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