Skip to content

0.13.1

Compare
Choose a tag to compare
@dnsl48 dnsl48 released this 24 Feb 20:35
· 57 commits to master since this release

[0.13.1] - 2023-02-25

Added

  • Clippy hint to allow manual filtering in GenericFraction::to_i64 implementation
  • A couple of tests for floor/ceil functions

Fixed

  • ceil & floor incorrect behaviour for negative numbers (special thanks to Morris Hansing aka morri2)