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

RRR4R: rational -> decimal #1819

Merged
merged 54 commits into from
Aug 15, 2018
Merged

RRR4R: rational -> decimal #1819

merged 54 commits into from
Aug 15, 2018

Commits on Jul 25, 2018

  1. changelog

    rigelrozanski committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    abf9a65 View commit details
    Browse the repository at this point in the history
  2. ...

    rigelrozanski committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    84c7fab View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. decimal func working

    rigelrozanski committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    c9ed668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e78b4 View commit details
    Browse the repository at this point in the history
  3. fixing tests

    rigelrozanski committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    206ed8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cbe1ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee627ed View commit details
    Browse the repository at this point in the history
  6. test compile errors

    rigelrozanski committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    2f130bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2ced74 View commit details
    Browse the repository at this point in the history
  8. 1% laptop battery

    rigelrozanski committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    1aa00b7 View commit details
    Browse the repository at this point in the history
  9. fixed TestNewDecFromStr

    rigelrozanski committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    9ffbf40 View commit details
    Browse the repository at this point in the history
  10. equalities working

    rigelrozanski committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    f8be905 View commit details
    Browse the repository at this point in the history
  11. fix bankers round chop

    rigelrozanski committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    a598efb View commit details
    Browse the repository at this point in the history
  12. ...

    rigelrozanski committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    697bb2e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    20486a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. fix rounding error

    rigelrozanski committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    173acc9 View commit details
    Browse the repository at this point in the history
  2. rounding works

    rigelrozanski committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    44f24ac View commit details
    Browse the repository at this point in the history
  3. decimal works

    rigelrozanski committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    34a9978 View commit details
    Browse the repository at this point in the history
  4. ...

    rigelrozanski committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    6b2dab7 View commit details
    Browse the repository at this point in the history
  5. deleted rational

    rigelrozanski committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    ee0e179 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    546a4ca View commit details
    Browse the repository at this point in the history
  7. revert changelog

    rigelrozanski committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    5015fd4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2bf108 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f4bb2e View commit details
    Browse the repository at this point in the history
  10. test debugging

    rigelrozanski committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    12e4022 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    d605058 View commit details
    Browse the repository at this point in the history
  2. json unmarshal

    rigelrozanski committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    0a247fd View commit details
    Browse the repository at this point in the history
  3. lint

    rigelrozanski committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    40d49bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73c5d9c View commit details
    Browse the repository at this point in the history
  5. document update

    rigelrozanski committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    89dd6e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    5d939f8 View commit details
    Browse the repository at this point in the history
  2. fix lcd test

    rigelrozanski committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    e5f2faf View commit details
    Browse the repository at this point in the history
  3. cli test fix

    rigelrozanski committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    09e7e25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    196fcce View commit details
    Browse the repository at this point in the history
  5. val comments

    rigelrozanski committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    f43bf90 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. Efficiency improvements

    This now caches all of the precision multipliers (as they were all
    used in non-mutative functions), and caches the precisionInt calculation.
    (Now it just copies the already calculated value)
    ValarDragon committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    16bc41e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c954ce View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Configuration menu
    Copy the full SHA
    9859476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    348cb1d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. chris val comments

    rigelrozanski committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    e26a87d View commit details
    Browse the repository at this point in the history
  2. bez comments

    rigelrozanski committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    1e57807 View commit details
    Browse the repository at this point in the history
  3. Aditya comments

    rigelrozanski committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    609e07d View commit details
    Browse the repository at this point in the history
  4. ...

    rigelrozanski committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    81e96e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. val comments

    rigelrozanski committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    fd52603 View commit details
    Browse the repository at this point in the history
  2. rebasing start

    rigelrozanski committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    b7aaac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9900a3 View commit details
    Browse the repository at this point in the history
  4. ...

    rigelrozanski committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    18b4826 View commit details
    Browse the repository at this point in the history
  5. compiling

    rigelrozanski committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    b77fc51 View commit details
    Browse the repository at this point in the history
  6. tests pass

    rigelrozanski committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    24ce274 View commit details
    Browse the repository at this point in the history
  7. cli fix

    rigelrozanski committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    b600f71 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    d81775b View commit details
    Browse the repository at this point in the history
  2. val and jae comments

    rigelrozanski committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    af48ed2 View commit details
    Browse the repository at this point in the history
  3. type

    rigelrozanski committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    db72022 View commit details
    Browse the repository at this point in the history
  4. undo reuse quo

    rigelrozanski committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    fa57c38 View commit details
    Browse the repository at this point in the history