Arbitrary precision arithmetic for very large numbers using BigInt.
Perform arbitrary-precision integer arithmetic using JavaScript BigInt. Handles numbers of any size with exact precision for addition, subtraction, multiplication, division, modulo, and exponentiation.