Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 369 Bytes

atan.adoc

File metadata and controls

27 lines (21 loc) · 369 Bytes

atan()

atan(number) => Number

Calculates arc tangent x

Table 1. Parameters

number

Number

Real number x, with −1 ≤ x ≤ 1

Return

The angle in radians whose arc tangent is x

Example
atan(1) //Result: 0.785398
atan(0.5) //Result: 0.463648