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

[RFC 61] Add Modulo Operator (and floored division) #2997

Merged
merged 7 commits into from
Feb 7, 2019
Merged

Commits on Jan 21, 2019

  1. Add fld and mod functions to integers and floating point numbers

    and the corresponding checked and partial variants for integers.
    mfelsche committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    8b7beb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64bd27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5c663c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. add fld and mod to integer types

    also add fldc, fld_unsafe, fld_partial and
    modc, mod_unsafe, mod_partial
    Matthias Wahl committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    8790dd1 View commit details
    Browse the repository at this point in the history
  2. finish fld and mod for float

    and add unsafe variants
    Matthias Wahl committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    241023a View commit details
    Browse the repository at this point in the history
  3. update pony.g for new operator '%%'

    Matthias Wahl committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    758a8a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. remove empty lines

    mfelsche committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    d5a8789 View commit details
    Browse the repository at this point in the history