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

Compare with Current View Page History

« Previous Version 12 Next »

This function returns the cube root of the given number.


Syntax
 cbrt(number) #Output: Number
Examples
Parser expressionDescription
cbrt(125)

This example returns:

5.0

cbrt(-125)

This example returns:

-5.0

Additional information

Parameters used in this function

ParameterInput (data type)Description
number

NUMBER

Any given number or numeric field code.
Output

This function returns a NUMBER