Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 296 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 296 Bytes

decimator

This project contains a python class called Decimator that is used for handling integers and floating point numbers of arbitrary length. Of primary concern is base10 conversions via the shift method, used for converting ERC20/BEP20 token values to/from their smallest denomonations.