Returns the number of prime numbers between the lower and upper bounds.
Lower bound
Upper bound
// Returns 169const primes = Chalkboard.numb.primeCount(0, 1000); Copy
// Returns 169const primes = Chalkboard.numb.primeCount(0, 1000);
Generated using TypeDoc
Returns the number of prime numbers between the lower and upper bounds.