Returns the number of composite numbers between the lower and upper bounds.
// Returns 832const composites = Chalkboard.numb.compositeCount(0, 1000); Copy
// Returns 832const composites = Chalkboard.numb.compositeCount(0, 1000);
Lower bound
Upper bound
Returns the number of composite numbers between the lower and upper bounds.
Example