Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@Aethese Aethese released this 03 May 17:17
· 99 commits to main since this release
c99b22b

This update allows for rounding negative numbers now. Also the amount of digits past the decimal allowed has been changed. You can still pass any float you want but it will limit how many digits it attempts to round at.

  • [+] Allow rounding negative numbers
  • [+] You can now tell what version of Rounder you're using with the __version__ var
  • [*] Changed how many digits past the decimal that's allowed to be rounded. This has been done to still assure accurate rounding because Python automatically rounds past the 16 digit place
  • [*] Added fix for edge case uses
  • [*] Changed a warning message