Browse Source

Merge pull request #554 from jonathanvila/add-sum-function-to-readme

Add sum function to readme
pull/532/merge
kallestenflo 5 years ago committed by GitHub
parent
commit
588d61e9b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
README.md

@ -84,6 +84,7 @@ The function output is dictated by the function itself.
| avg() | Provides the average value of an array of numbers | Double |
| stddev() | Provides the standard deviation value of an array of numbers | Double |
| length() | Provides the length of an array | Integer |
| sum() | Provides the sum value of an array of numbers | Double |
Filter Operators

Loading…
Cancel
Save