Skip to content

Rounding, absolute value. fixed types and CJS/ESM support

Pre-release
Pre-release
Compare
Choose a tag to compare
@EricRovell EricRovell released this 13 Aug 09:27
· 110 commits to main since this release
  • [improvement]: CommonJS support;
  • [feature]: .abs property to get absolute value of the rational number;
  • [feature]: comparison between rational numbers via .compare(rational) method;
  • [feature]: .round(), .ceil(), and floor() method to perform round operations on rational numbers;
  • [fix]: package types inferred properly;