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: an overflow bug for div2_round #7

Merged
merged 4 commits into from Jan 22, 2018
Merged

fix: an overflow bug for div2_round #7

merged 4 commits into from Jan 22, 2018

Commits on Dec 18, 2017

  1. fix: an overflow bug for div2_round

    There is a potential overflow bug for div2_round function.
    
    When parameter a of function div2_round has the maximum value, the result is 0 which is incorrect.
    cutezerocat committed Dec 18, 2017
    Copy the full SHA
    c221463 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. style: add parentheses to the if statement

    As required by the coding style, parentheses are added to the if statement in the previous commit.
    cutezerocat committed Dec 23, 2017
    Copy the full SHA
    940ad81 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Update mathutils.h

    Small style changes. Looks good, going to merge.
    canbal committed Jan 22, 2018
    Copy the full SHA
    720205f View commit details
    Browse the repository at this point in the history
  2. Update mathutils.h

    canbal committed Jan 22, 2018
    Copy the full SHA
    dc0618a View commit details
    Browse the repository at this point in the history