Interface
F_COMPLEX sinhcosh (F_TYPE x)
Description
sinhcosh() computes both the hyperbolic sine and hyperbolic
cosine of x.
sinhcosh(x) is defined as (sinh x + icosh x).
Exceptions
Exceptional Argument Routine Behavior
|x| > ln(2 * max_float) Overflow
See Also