Commit 99009a11 by Torkel Ödegaard

Graphite: added divideSeries function, #177

parent 2150bbf1
......@@ -68,7 +68,14 @@ function (_) {
addFuncDef({
name: 'diffSeries',
params: optionalSeriesRefArgs,
defaultParams: ['#B'],
defaultParams: ['#A'],
category: categories.Calculate,
});
addFuncDef({
name: 'divideSeries',
params: optionalSeriesRefArgs,
defaultParams: ['#A'],
category: categories.Calculate,
});
......
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