Add offsetToZero to gfunc.

This commit is contained in:
Jeff Klukas
2014-12-04 09:00:47 -08:00
parent 1591a486cc
commit 06ab063671
+5
View File
@@ -328,6 +328,11 @@ function (_) {
defaultParams: [10]
});
addFuncDef({
name: 'offsetToZero',
category: categories.Transform,
});
addFuncDef({
name: 'transformNull',
category: categories.Transform,