- This wiki is out of date, use the continuation of this wiki instead
Acos
From FenixWiki
(Difference between revisions)
Revision as of 23:50, 8 July 2007
Contents |
Definition
FLOAT acos ( <FLOAT value> )
Returns the arccosine of a certain value.
This function performs an arccosine calculation on a certain value and returns an angle between 0 and 360000 (0-360º).
Parameters
FLOAT value | - The value to be performed an arccosine calculation on. |
Returns
FLOAT : The arccosine result of the specified value, an angle between 0 and 360000 (0-360º).
Notes
The angle value returned by this function is in thousandths of degrees, as most angles within Fenix are.
To read about all aspects of trigonometry, you can click on Wikipedia's Trigonometric function page.