Skip to content

Releases: JackStouffer/stdxdecimal

v0.5.0: Alpha 2

05 Jan 14:28
Compare
Choose a tag to compare
  • Added unary +,-,++,--
  • Added casting to bool and floating point types
  • Added static ctors for infinite and nan for float compatibility
  • Added abs, isNaN, isInfinite
  • Added support to opBinary for mixing different precision levels on each side of the operation

v0.4.0: Alpha 1

21 Dec 13:46
Compare
Choose a tag to compare
  • Added multiplication and division
  • Added opOpAssign
  • Added GFM 128bit ints for coefficient representation on LDC
  • Added several convenience functions like resetFlags and isNaN
  • Removed the concept of signaling NaNs

v0.3.0

08 Dec 19:37
Compare
Choose a tag to compare
  • opEquals
  • opCmp
  • Improved toDecimalString
  • Infinite precision possible

v0.2.0

06 Dec 19:36
Compare
Choose a tag to compare
  • Added int and float construction
  • Added string-like range construction
  • Added Hook structure to align with the spec's context
  • Added rounding of coefficient
  • Added toDecimalString

v0.1.0: "Barely Working"

02 Dec 05:10
Compare
Choose a tag to compare

First release for dub.

You can

  • Make decimals from strings
  • Make strings from decimals