内部BigInteger操作

San*_*i N -1 java large-data

BigInteger 用于对实际溢出int范围的整数运算(2到幂32),如计算阶乘100等.

实际BigInteger存储中间值或最终值的方式如何?

ant*_*tix 8

该值存储为int数组

int[] mag;
Run Code Online (Sandbox Code Playgroud)

使用源Luke :)

grepcode__openjdk_math_BigInteger