ArcTan

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Declaration

Function ArcTan(Number : (X: Extended): Extended;

Description

Returns the arctangent of a given number where X is a real-type expression that gives an angle in radians.

Example

var  R: Extended;

begin

  R := ArcTan(Pi);

end;

See also

Cos, Sin functions.

Your Ad Here