|
|
◆ Acos()
| Function Acos |
( |
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
arccos(x)
- Purpose
- Computes the principal value of the arc cosine of x in radians.
- Returns
- Double
arccos(x). (0 <= arccos(x) <= π)
- Parameters
-
| [in] | X | Argument x. (-1 <= X <= 1) |
| [out] | Info | (Optional)
= 0: Successful exit.
= -1: The argument X had an illegal value. (X < -1, X > 1) |
|