Computes the factorial of a non-negative BigInt.
Non-negative BigInt
Factorial as BigInt
factorialBigInt(5n); // returns 120nfactorialBigInt(0n); // returns 1n Copy
factorialBigInt(5n); // returns 120nfactorialBigInt(0n); // returns 1n
1.2.0
Computes the factorial of a non-negative BigInt.