ARCTAN

Synopsis
ARCTAN num
(ARCTAN x y)
Description

With one input, outputs the inverse tangent angle of num. The output is given in degrees in the range [-90,90].

With two inputs, outputs the inverse tangent angle of y / x. The output is given in degrees in the range [-180,180].

Example
SHOW ARCTAN 1
45
See Also
RADARCTAN

SourceForge.net Logo