Question
Third root
This is more mathematical but scripting problem, I guess, but
I know that lot of you are expert of mathematics too.
I need to calculate a third root of a number (I'm not sure if that's the phrase in English).
Function for square root is built-in (Math.sqrt()), but there are no built-in functions for larger exponent roots.
How to calculate it?
I need to calculate a third root of a number (I'm not sure if that's the phrase in English).
Function for square root is built-in (Math.sqrt()), but there are no built-in functions for larger exponent roots.
How to calculate it?
