Commit 406286b9 by Torkel Ödegaard

Merge pull request #544 from Akeru/diffseries

Add diffSeries function support
parents af667392 73fc437c
...@@ -64,6 +64,11 @@ function (_) { ...@@ -64,6 +64,11 @@ function (_) {
}); });
addFuncDef({ addFuncDef({
name: 'diffSeries',
category: categories.Combine,
});
addFuncDef({
name: 'averageSeries', name: 'averageSeries',
shortName: 'avg', shortName: 'avg',
category: categories.Combine, category: categories.Combine,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment