[back] [prev] [next] [index] [root]
ArcCos
Returns the inverse cosine of a number.
Syntax:
y := ArcCos(x);
See also: Cos, Tan
Description:
Given an x the function returns the inverse cosine (arccos) of
x. The computation is done in the current precision of
the real field.
Example:
kash> ArcCos(.5);
> 1.047197551196597746154214461093167628065723133126
<- back[back] [prev] [next] [index] [root]