Add math.min() and math.max() to rolling functions
This commit is contained in:
parent
05f8b6ad6b
commit
efaccb8afa
1 changed files with 2 additions and 1 deletions
|
@ -27,8 +27,9 @@ var rolls = map[string]bool{
|
|||
// Math implementation
|
||||
|
||||
"math.geometricmean": true,
|
||||
"math.max": true,
|
||||
"math.mean": true,
|
||||
"math.percentile": true,
|
||||
"math.min": true,
|
||||
"math.stddev": true,
|
||||
"math.sum": true,
|
||||
"math.variance": true,
|
||||
|
|
Loading…
Reference in a new issue