Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BigInteger100 の階乗の計算など、int の範囲 (2 の 32 乗) を実際にオーバーフローする整数の操作に使用されます。
BigInteger
BigInteger中間値または最終値を実際にどのように保存しますか?
値は int 配列として格納されます
int[] mag;
ソースルークを使用してください:)
grepcode__openjdk_math_BigInteger