Provide the cube root for various numbers.
System. |
The cbrt() method calculates and returns the cube root of a given number.
public |
Parameter |
Description |
number |
Mandatory: a numerical input to determine the cube root. |
Returns |
A double value indicating the cube root of a given number. |
Java Version |
1.5+ |