sqrt()

This function returns the square root of the input number.

The input has to be a non-negative value.

Bash
sqrt(number) #Output: Number

Examples

Parser expression

Description

Bash
sqrt(4)

This example returns:

2.0

Bash
sqrt(0)

This example returns:

0.0

Additional information

Parameters used in this function

Parameter

Input (data type)

Description

number

number

Any given non-negative number or numeric field code.

Output

This function returns a number

📚 Use cases and examples

Use case Workflow function Field type Automated action Parser functions