Skip to content

Instantly share code, notes, and snippets.

@juliaogris
Last active February 21, 2019 01:41
Show Gist options
  • Save juliaogris/6c4ca27e958b5fb25800eb2792e35848 to your computer and use it in GitHub Desktop.
Save juliaogris/6c4ca27e958b5fb25800eb2792e35848 to your computer and use it in GitHub Desktop.

ANZ's first Summer of Code intern

  • Add continuous integration with Travis-CI and linting with gometalinter to anz-bank/decimal
  • Fix inifinty arithmethic bug
  • Add dec test suite parser for http://speleotrove.com/decimal/dectest.html
  • Receive permission to use dec test from Copyright holder and editor of IEEE754-2008 Mike Cowlishaw
  • Add ddAdd arithmetic with Half up rounding - implementation and testing
  • Propagate and parse payload Nans (e.g. Nan1) - ipmlementation and testing
  • Fix Cmp function to compare Nans and add tests
  • WIP: Fix multiply test fails from dec test (zero equality not properly normalised, subnormal arithmethic bug and rounding issues)
@joshcarp
Copy link

Continuous Integration with Travis CI
Infinity arithmetic
Added dec test suite parser for http://speleotrove.com/decimal/dectest.html ; permission granted to use in project
ddAdd arithmetic with Half up rounding
Payload Nans propagation and parsing
Changed Cmp function to compare Nans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment