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