ESBArcTanDeg2 Function
Given a Value returns the Angle whose Tangent it is, in Degrees.

Unit
QESBPCSMath

Declaration
Function ESBArcTanDeg2(const X: Extended): Extended;

Description
Return Values are between -90 and 90.

Parameters
First Float to process
Second Float to process

Category
Arithmetic Routines for Floats

Implementation

function ESBArcTanDeg2 (const X: Extended): Extended;
begin
     Result := Rad2Deg (ArcTan (X));
End;


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