ESBTanDeg Function
Returns Tangent of Angle given in Degrees.

Unit
QESBPCSMath

Declaration
Function ESBTanDeg(const Angle: Extended): Extended;

Parameters
Angle Angle in Degrees.

Category
Arithmetic Routines for Floats

Implementation

function ESBTanDeg (const Angle: Extended): Extended;
begin
     Result := ESBTan (Deg2Rad (Angle));
End;


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