JavaScript Math method: cbrt()
[this page | pdf | back links]
The cbrt() method (of the Math object)
returns the cube root of a real number.
It
has the following syntax with the following parameters:
Math.cbrt(x)
|
Parameter
|
Required / Optional
|
Description
|
|
x
|
Required
|
Input parameter
|
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Numbers and Math