Returns the nth prime number.
The "n" in "nth prime number" (the index of the prime number in the set of all prime numbers)
// The 100th prime number is 523const prime = Chalkboard.numb.prime(100); Copy
// The 100th prime number is 523const prime = Chalkboard.numb.prime(100);
Generated using TypeDoc
Returns the nth prime number.