Skip to content

Commit 588d61e

Browse files
authored
Merge pull request #554 from jonathanvila/add-sum-function-to-readme
Add sum function to readme
2 parents bd1c08c + 9f2184f commit 588d61e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ The function output is dictated by the function itself.
8484
| avg() | Provides the average value of an array of numbers | Double |
8585
| stddev() | Provides the standard deviation value of an array of numbers | Double |
8686
| length() | Provides the length of an array | Integer |
87+
| sum() | Provides the sum value of an array of numbers | Double |
8788

8889

8990
Filter Operators

0 commit comments

Comments
 (0)