Previous: Syd function To the Table of Content Next: TanH function

- 4.45.2.61 -
Standard Units
Math Unit
Math Unit Procedures and Functions

Tan function

Targets: MS-DOS, OS/2, Win32


Math Unit

Tan returns the tangent of Angle in radians.

Declaration:
function Tan(Angle: Extended): Extended;
Remarks:
  Tan(Angle) = Sin(Angle) / Cos(Angle)



Previous: Syd function To the Table of Content Next: TanH function
Syd function Table of Content TanH function

- 4.45.2.61 -