Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
方案有一个功能强大的数字塔,除其他外,还提供任意精度整数(请参阅 秒 3.4 要求符合此要求)。
Scheme has a featureful numeric tower that provides, among other things, arbitrary precision integers (see sec. 3.4 of R6RS which requires this of conforming implementations).
你可以使用 Perl。放在
程序的开头。
You could use Perl. Put
at the beginning of your program.
Java 的 BigInteger 类处理非常大的数字: http://docs .oracle.com/javase/7/docs/api/java/math/BigInteger.html
Java's BigInteger class handles very large numbers: http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html
Haskell 具有无限整数的 Integer 数据类型。
同样弗雷格(它使用 Java 的大整数)。
Haskell has the Integer data type for unlimited integers.
Likewise Frege (it uses Javas big integers).