cbrt
Overloads
| Name | Description |
|---|---|
cbrt(integer p) -> real | Calculates the cube root of the given value. |
cbrt(real p) -> real | Calculates the cube root of the given value. |
cbrt(bool p) -> real | Calculates the cube root of the given value. |
cbrt(integer p) -> real
Calculates the cube root of the given value.
Parameters
- p: The value to calculate the cube root for.
cbrt(real p) -> real
Calculates the cube root of the given value.
Parameters
- p: The value to calculate the cube root for.
cbrt(bool p) -> real
Calculates the cube root of the given value.
Parameters
- p: The value to calculate the cube root for.