| ESBTanDeg Function | 
Unit
QESBPCSMath
Declaration
Function ESBTanDeg(const Angle: Extended): Extended;
| Parameters | 
| Angle | Angle in Degrees. | 
Category
Arithmetic Routines for FloatsImplementation
 
| function ESBTanDeg (const Angle: Extended): Extended;
begin
     Result := ESBTan (Deg2Rad (Angle));
End; | 
|  |