2012-08-01 66 views
-1

BigInteger用於對整數運算,實際上溢出INT範圍(2的32次方),像計算的100階乘等BigInteger的操作在內部

如何實際上BigInteger存儲中的中間值或最終值?

+1

http://www.docjar.org/html/api/java/math /BigInteger.java.html – assylias 2012-08-01 05:55:14

回答