UNPKG

437 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.sumDocs = void 0;
7var sumDocs = {
8 name: 'sum',
9 category: 'Statistics',
10 syntax: ['sum(a, b, c, ...)', 'sum(A)'],
11 description: 'Compute the sum of all values.',
12 examples: ['sum(2, 3, 4, 1)', 'sum([2, 3, 4, 1])', 'sum([2, 5; 4, 3])'],
13 seealso: ['max', 'mean', 'median', 'min', 'prod', 'std', 'sum', 'variance']
14};
15exports.sumDocs = sumDocs;
\No newline at end of file