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

Math API Division Optimization #6988

Merged
merged 7 commits into from Feb 15, 2021
Merged

Math API Division Optimization #6988

merged 7 commits into from Feb 15, 2021

Commits on Feb 15, 2021

  1. -Added optimizing methods for commonly used division operations.

    -Added test coverage for each of the new methods.
    chrisewright committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    799fdb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2423d View commit details
    Browse the repository at this point in the history
  3. -Fix MAX_LONG_SHIFT to unsigned division

    -Add test to ensure no dividebyzero errors
    chrisewright committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    7110b9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    543dccb View commit details
    Browse the repository at this point in the history
  5. Minor formatting changes, and also reduce a couple duplicate calculat…

    …ions to storing the intermediary value
    pupnewfster committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    99f72b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e49f3bf View commit details
    Browse the repository at this point in the history
  7. Fix small javadoc error

    pupnewfster committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    8b6e07e View commit details
    Browse the repository at this point in the history