Commit 48d33171 by Andy Smith

Add logarithmic scale function

parent 5a0fa8c0
......@@ -233,6 +233,14 @@ function (_) {
});
addFuncDef({
name: 'log',
category: categories.Transform,
params: [ { name: "base", type: "int" }],
defaultParams: ['10']
});
addFuncDef({
name: 'averageAbove',
category: categories.Filter,
params: [ { name: "n", type: "int", } ],
......
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