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