Language:
Русский
English
ArcTan (function)
Returns the arctangent of the argument.
Declaration
function ArcTan(X: Real): Real;
Target
Windows, Real, Protected
Remarks
Turbo Pascal does not have a Tan function, but tangents can be calculated with the expression: Sin(x) / Cos(x)