ESBCosDeg Function
Returns Cosine of Angle given in Degrees.

Unit
QESBPCSMath

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

Parameters
Angle Angle in Degrees.

Category
Arithmetic Routines for Floats

Implementation

function ESBCosDeg (const Angle: Extended): Extended;
begin
     Result := Cos (Deg2Rad (Angle));
End;


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