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