Acosh()
Summary
Computes the hyperbolic arccosine of a value.
Syntax
rslt = Acosh(real value)
| Argument | Contents |
|---|---|
| value | Any number greater than or equal to 1.0 |
Returns
A real number equal to the number whose hyperbolic cosine is value.
Error Codes
| Error Type | Meaning |
|---|---|
| Error | Value is less than 1.0 |
See Also
| Function | Summary |
|---|---|
| Cosh() | Computes the hyperbolic cosine of an angle expressed in radians |
| Asinh() | Computes the hyperbolic arc sine of a value |
| Atanh() | Computes the hyperbolic arc tangent of a number |