ESBSinCosDeg Procedure
Fast Computation of Sin and Cos, where Angle is in Degrees.

Unit
QESBPCSMath

Declaration
Procedure ESBSinCosDeg(const Angle: Extended; out SinX, CosX: Extended);

Parameters
Angle Angle in Degrees.

Category
Arithmetic Routines for Floats

Implementation

procedure ESBSinCosDeg (const Angle: Extended; out SinX, CosX: Extended);
begin
     ESBSinCos (Deg2Rad (Angle), SinX, CosX);
End;


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