Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Power10 trait, with first method is_power_of_ten #15

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2018

  1. Implement Power10 trait

    mohrezaei committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    a876ba3 View commit details
    Browse the repository at this point in the history
  2. fix for older rust

    mohrezaei committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    41b9f9a View commit details
    Browse the repository at this point in the history
  3. fix for rust 1.8.0

    mohrezaei committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    8c1da4b View commit details
    Browse the repository at this point in the history
  4. fix for rust 1.8.0

    mohrezaei committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    c0c5519 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. renamed floor_log10 to log10, added checked/unchecked variants

    fixed cargo test --release
    mohrezaei committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    f10417a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    617a87c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    230ff4b View commit details
    Browse the repository at this point in the history