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