CALC.atan2(numberX, numberY)

Return the inverse tangent of the specified point represented by the X and Y co-ordinates, in radians.

Example

CALC.atan2(1, 1);

// returns 0.78539

<< CALC.atan(number) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.atanh(number) >>