Returns the product of a sequence.
Sequence written in product notation
Lower bound
Upper bound
// Returns 120const mul = Chalkboard.numb.mul((n) => n + 1, 0, 5); Copy
// Returns 120const mul = Chalkboard.numb.mul((n) => n + 1, 0, 5);
Returns the product of a sequence.