Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Follow up to #2603. 10**24 doesn't fit into a `u64` so we were still dividing by the wrong base. # Changes compute base using big int which does not result in an over flow see [here](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=6321e0b405f0e6ff0f469b5a8ecedbc1). ## How to test tested using rust playground ☝️
- Loading branch information