ESBArcTanDeg Function
Returns the ArcTangent of Y / X - Result is in Degrees.

Unit
QESBPCSMath

Declaration
Function ESBArcTanDeg(const X, Y: Extended): Extended;

Description
Results are given between -180 and 180.

Parameters
First Float to process
Second Float to process

Category
Arithmetic Routines for Floats

Implementation

function ESBArcTanDeg (const X, Y: Extended): Extended;
begin
     Result := Rad2Deg (ESBArcTan (X, Y));
End;


HTML generated by Time2HELP
http://www.time2help.com