docs.oracle.com/en/java/javase/15/docs/api/java.base/java/math/BigInteger.html BigInteger (Java SE 15 & JDK 15) All Implemented Interfaces: Serializable, Comparable public class BigInteger extends Number implements Comparable Immutable arbitrary-precision integers. All operations behave as if BigIntegers were represented in two's-complement notation (like Java's pri docs.oracle.com java.math์ ์ํด..