BigInt icon indicating copy to clipboard operation
BigInt copied to clipboard

Primality test and helper functions

Open jslcontributor opened this issue 5 years ago • 0 comments

Primality test untested with significantly large int due to significant runtime (see comment on the Add Math Functions topic in Issues )

Added the ability to take pow(BigInt base, BigInt exp) with BigInt as exponent

Added the ability to generate a random number from 2 to n

jslcontributor avatar Jan 29 '20 05:01 jslcontributor