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

Mod by an interval #178

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

Mod by an interval #178

wants to merge 7 commits into from

Commits on Jun 29, 2018

  1. Implement mod(a,y)

    Luis Benet committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    32030a3 View commit details
    Browse the repository at this point in the history
  2. Add tests

    Luis Benet committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    ee8a95b View commit details
    Browse the repository at this point in the history
  3. Add extended_mod(a, y), with tests

    Luis Benet committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    b27263a View commit details
    Browse the repository at this point in the history
  4. Change fld(a,b) -> floor(a,b)

    Luis Benet committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    1061f22 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Add tests involving pi

    Luis Benet committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    0b9d01b View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Luis Benet committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    e0eaa54 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Interval mod

    dpsanders committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    40be4a2 View commit details
    Browse the repository at this point in the history