BigInteger is an arbitrary-precision arithmetic type in Java, C#, and other languages. It behaves like a signed integer whose size is limited only by available memory.
BigInteger is an arbitrary-precision arithmetic type in the .NET Framework, Java, and other languages. It behaves like a signed integer whose size is limited only by available memory.
- .NET Framework: System.Numerics.BigInteger
- Java: java.math.BigInteger
- JavaScript: BigInteger.js