|
|
◆ Acosh()
| Function Acosh |
( |
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
arcosh(x)
- Purpose
- Computes the inverse hyperbolic cosine of x.
- Returns
- Double
arcosh(x) (returns non-negative values).
- Parameters
-
| [in] | X | Argument x. (X >= 1) |
| [out] | Info | (Optional)
= 0: Successful exit.
= -1: The argument X had an illegal value. (X < 1) |
|