util library

Functions

gcd(BigInt a, BigInt b) → (BigInt, BigInt)
Calculate the greatest common divisor (GCD) of a and b
pow10(int exponent) BigInt
Calculate 10 raised to the power of exponent