Skip to main content

cbrt

Overloads

NameDescription
cbrt(integer p) -> realCalculates the cube root of the given value.
cbrt(real p) -> realCalculates the cube root of the given value.
cbrt(bool p) -> realCalculates 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.