Version 1.3.0
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