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