|
BigNum
Baptiste Heyman has added a binding for arbitrary precision integers (with floating point support to follow) using the GNU gmp library. In time, we would like to have these work seemlessly with the normal Number object. Example:
Io> BigNum with(2) pow(1000)
==> 107150860718626732094842.....
|