no cube root in javascript?
The Javascript Math object includes the static method Math.cbrt(), to calculate the cube root.
However, when I try to run a js object that uses this method, I get this error:js: test.js: Javascript TypeError: Math.cbrt is not a function, line 8
I'm not getting the error with any other Math methods.
???
max uses JavaScript ES5 (~2009).
Got it.
Too bad, but thanks.