Returns an array of composite numbers between the lower and upper bounds.
Lower bound
Upper bound
// Returns the array [0, 1, 4, ... , 996, 998, 999]const arr = Chalkboard.numb.compositeArr(0, 1000); Copy
// Returns the array [0, 1, 4, ... , 996, 998, 999]const arr = Chalkboard.numb.compositeArr(0, 1000);
Generated using TypeDoc
Returns an array of composite numbers between the lower and upper bounds.