added min and max

This commit is contained in:
Aaron Bassett 2014-03-27 14:25:53 -04:00
parent 1cff3a6751
commit 8d7669bc08

View File

@ -83,6 +83,18 @@ function (_) {
defaultParams: [3]
});
addFuncDef({
name: 'maxSeries',
shortName: 'max',
category: categories.Combine,
});
addFuncDef({
name: 'minSeries',
shortName: 'min',
category: categories.Combine,
});
addFuncDef({
name: 'averageSeriesWithWildcards',
category: categories.Combine,