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

Fix rounding errors on log2 of large numbers #8

Merged
merged 10 commits into from
Jul 30, 2022
Merged

Fix rounding errors on log2 of large numbers #8

merged 10 commits into from
Jul 30, 2022

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    a6bf539 View commit details
    Browse the repository at this point in the history
  2. output program value as BCT

    hornc committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    38c985a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    ed89631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee537af View commit details
    Browse the repository at this point in the history
  3. Revert "confirm that replacing s() with len(bct(x)) passes all the te…

    …sts"
    
    This reverts commit ee537af.
    hornc committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    63a3602 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. custom floor of log2 function

    hornc committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ba9cc05 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. structure tests

    hornc committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    181fd86 View commit details
    Browse the repository at this point in the history
  2. cli ouput program value only

    hornc committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    baf7521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3539e66 View commit details
    Browse the repository at this point in the history
  4. explain flog2()

    hornc committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    8a4050a View commit details
    Browse the repository at this point in the history