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