How you can describe large numbers that does not range a lot very efficiently – Tutorials (Here’s how to…) – Snap! Forum https://forum.snap.berkeley.edu/t/how-you-can-describe-large-numbers-that-does-not-range-a-lot-very-efficiently/13149
Use fixed point numbers! You can scale up a number to make it an integer,then store it.
This in a low level language where floats are weak and you have int128 is nice to