JoshOrndorff / librho

A Standard Library for Rholang
Apache License 2.0
12 stars 6 forks source link

Big Integers #1

Open JoshOrndorff opened 5 years ago

JoshOrndorff commented 5 years ago

Let's support arbitrarily large integers that will not overflow. Might be similar to https://github.com/rchain/rchain/blob/dev/casper/src/main/rholang/NonNegativeNumber.rho

https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html

dckc commented 5 years ago

They're scheduled to go in the platform in sprint 20: https://rchain.atlassian.net/browse/RHOL-446