Is there a Java BigInt equivalent for Standard ML? The normal int type throws an exception when it overflows.
|
|
Yes, see the IntInf structure. |
||
|
|
|
|
The BigInt-equivalent is called LargeInt. See these lecture notes to see some functions on how to convert between int (aka Int) and LargeInt. |
||||||
|
|
|
Well, int puts a nasty limit on stuff like calculating permutations. SML needs a large numeric datatype thats more natural to use. |
||
|
|
