Returns an array of prime numbers between the lower and upper bounds.
Lower bound
Upper bound
// Returns the array [2, 3, 5, ... , 983, 991, 997]const arr = Chalkboard.numb.primeArr(0, 1000); Copy
// Returns the array [2, 3, 5, ... , 983, 991, 997]const arr = Chalkboard.numb.primeArr(0, 1000);
Generated using TypeDoc
Returns an array of prime numbers between the lower and upper bounds.