Skip to content

Releases: Synt4xErr0r4/ieee754-java

2.1.1

15 Feb 16:17
55860a7

Choose a tag to compare

Fixed bug with values around the minimum subnormal value becoming 0

2.1.0

22 May 20:20
3c97b1d

Choose a tag to compare

  • Added support for different rounding modes
  • Improved performance for very small numbers

2.0.0

22 May 03:10
80cee3d

Choose a tag to compare

Added support for IEEE 754 decimal floating-point formats Decimal32, Decimal64 and Decimal128.
See README for more information.