java_biginteger
Java BigInteger
Java BigInteger is a class that allows for the manipulation of arbitrarily large integers, which are not limited by the size of Java's primitive types. It supports mathematical operations like addition, subtraction, multiplication, division, and modular arithmetic. Introduced in Java 1997 with Java 1.2, BigInteger is useful for cryptographic algorithms, financial applications, and other domains where large numbers are required.
https://docs.oracle.com/javase/8/docs/api/java/math/BigInteger.html
java_biginteger.txt · Last modified: 2025/02/01 06:49 by 127.0.0.1