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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -