duktape: "TypeError: not callable" -
duk> (function digits(x) { var _x = math.abs(x); _x = math.log10(_x); return _x ;} ) (10)
typeerror: not callable duk_js_call.c:682 digits input:1 global input:1 preventsyield
math.log10() not standard part of ecmascript e5/e5.1, , not provided duktape.
Comments
Post a Comment