sin()

This function returns the sine of the given angle expressed in radians.

Bash
sin(number) #Output: Number

Examples

Parser expression

Description

Bash
sin(1)

This example returns:

0.8414709848078965

Bash
sin(-2)

This example returns:

-0.9092974268256817

Bash
sin(0)

This example returns:

0.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