atan()

This function returns the arctangent  of the given number. The returned angle is in the range of 0.0 to pi. i.e. the angle value is in radians.


Bash
atan(number) #Output: Number


Examples

Parser expression

Description

Bash
atan(180)

This example returns:

1.565240828394204


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