You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This function returns the cube root of number x.

The input number x has to be non-negative. i.e. number x>=0.

Syntax
 cbrt(number x) #Output: Number
Examples
Parser expressionDescription
cbrt(125)
This example returns 5
Additional information

Parameters used in this function

ParameterInput (data type)Description
number x

NUMBER

Any given nonnegative number.
Output

This function returns a NUMBER