Skip to content

Releases: alygin/fdec

v0.3.1

19 Oct 18:59
07787f4
Compare
Choose a tag to compare

Bug fixes

  • Prevent creating negative zeros.

v0.3.0

17 Oct 20:07
Compare
Choose a tag to compare

Enhancements

  • Implemented associated functions from_be_units() / from_le_units().
  • Implemented associated functions from_be_bytes() / from_le_bytes() / from_ne_bytes().
  • Implemented methods to_be_bytes()/to_le_bytes() / to_ne_bytes().

Deprecations

  • The new() method is now deprecated, from_le_units() should be used instead.

v0.2.1

17 Jul 22:35
Compare
Choose a tag to compare

Enhancements

  • Documentation and examples improvements.

v0.2.0

15 Jul 23:57
Compare
Choose a tag to compare

Breaking changes

  • The Euler's constant (e) is now exposed as a static reference ::const::E instead of the Number::e() function.

Enhancements

  • Macros now generate submodule const with basic mathematical constants. Names and meaning of the constants fully match those provided by the Rust's primitive types.

v0.1.0

15 Jul 23:44
Compare
Choose a tag to compare

Initial release with basic functionality.