cbrt()

This function returns the cube root of the given number.

Bash
 cbrt(number) #Output: Number

Examples

Parser expression

Description

Bash
cbrt(125)

This example returns:

5.0

Bash
cbrt(-125)

This example returns:

-5.0

Additional information

Parameters used in this function

Parameter

Input (data type)

Description

number

number

Any given number or numeric field code.

Output

This function returns a number

📚 Use cases and examples

Use case JWT feature Workflow function Field type Automated action Parser functions