acos
(acos n1)
Description:
The trigonometric arccosine funtion.
Arguments:
n1 -- A real value
Returns: The result of applying n1 to the trigonetric function
arccosine
Examples:
(acos 0.5) => 1.0472
Back to index