ARCCOS

Synopsis
ARCCOS num
Description

Outputs the inverse cosine of its input. The output is given in degrees in the range [0, 180]. num must be in the range [-1, 1].

Example
SHOW ARCCOS 0.5
60
SHOW ARCCOS COS 45
45
See Also
RADARCCOS

SourceForge.net Logo