Function: cbrt

Syntax

cbrt (<num>)

Type

numeric

Returns

The cube root of a number.

Parameters

Examples

numeric x = cbrt(my_no)

See Also

Functions:

sqrt (numeric)