Usage
Syntax: arccos(float z);
Returns the inverse cosine.
Explanation
This is the inverse function of cosine.
Example
function onCreated() { temp.foo = arccos(cos(1.234)); }
... sets temp.foo to 1.234.
Categories
CategoryFunctionClientside
CategoryFunctionServerside
There are no comments on this page. [Add comment]