Returns the summation of a sequence.
Sequence written in summation notation with the variable "n"
Lower bound
Upper bound
// Returns almost π²/6const sum = Chalkboard.numb.sum("1 / (n * n)", 0, 1000); Copy
// Returns almost π²/6const sum = Chalkboard.numb.sum("1 / (n * n)", 0, 1000);
Generated using TypeDoc
Returns the summation of a sequence.