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

bpo-29962: add math.remainder #950

Merged
merged 7 commits into from
Apr 5, 2017

Commits on Apr 1, 2017

  1. Implement math.remainder.

    mdickinson committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    55f679f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d50ace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49aaa2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b79f77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ab3fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. Add comment explaining why it's good enough to compare m with c, in s…

    …pite of possible rounding error.
    mdickinson committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    6d80fce View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Configuration menu
    Copy the full SHA
    68273b6 View commit details
    Browse the repository at this point in the history