Interface
F_TYPE acosh (F_TYPE x)
1 – Description
acosh() returns the hyperbolic arc cosine of x for x in the
interval [1,+infinity]. acosh(x) = ln(x + sqrt(x**2 - 1)).
acosh() is the inverse function of cosh(). The definition of the
acosh() function is acosh(cosh (x)) = x.
Entry-Point Names
Generic Compaq
Function Data Type OpenVMS Tru64 UNIX
Name Required Alpha Alpha
acosh S_FLOAT math$acosh_s acoshf
T_FLOAT math$acosh_t acosh
X_FLOAT math$acosh_x acoshl
F_FLOAT math$acosh_f
G_FLOAT math$acosh_g
2 – Exceptions
Exceptional Argument Routine Behavior
x<1 Invalid argument