Menu

ARCTG

Description

Returns the arctangent (the inverse of the tangent function) of the specified number. The arctangent is the angle whose tangent is the specified number. The resulting angle is given in radians in the range pi/2 to pi/2.

Examples

ARCTG(0.5) = 0.46364760900081

ARCTG(3) = 1.2490457723983

ARCTG(NAN) = NAN

ARCTG(INF) = 1.5707963267949

ARCTG(-INF) = -1.5707963267949

On this page