www.kxcad.net Home > Electronic Index > Altium(Protel) Index
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