This function returns the cube root of the given number.



 cbrt(number) #Output: Number



Parser expressionDescription


cbrt(125)


This example returns:

5.0


cbrt(-125)


This example returns:

-5.0



Parameters used in this function

ParameterInput (data type)Description
number

Any given number or numeric field code.



This function returns a



Use cases and examples




Status
Tech review

Style guide




Parser function cloud
Map(error)
NotesNot possible with the available numeric operators.





Short descriptionReturns the cube root of the input number.
Output

Label