Berserk Docs
Scalar FunctionsMath Functions

atan

Returns the arc tangent of the input (in radians).

Syntax

atan(x)

Parameters

Prop

Type

Returns: real

Examples

Example 1

print atan(1)
print_0 (real)
0.7853981633974483

On this page