Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BigInt for Standard ML/NJ

Is there a Java BigInt equivalent for Standard ML? The normal int type throws an exception when it overflows.

like image 739
rezusr Avatar asked Dec 29 '22 19:12

rezusr


1 Answers

Yes, see the IntInf structure.

like image 97
zvrba Avatar answered Jan 12 '23 04:01

zvrba