added min and max

This commit is contained in:
Aaron Bassett
2014-03-28 09:12:25 -04:00
parent 1cff3a6751
commit 8d7669bc08
+12
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,