[Contents] [Previous Section] [Next Section] [Index]


sinh-Hyperbolic Sine

Interface

F_TYPE sinh (F_TYPE x)

Description

sinh() computes the hyperbolic sine of x.

sinh(x) is defined as (exp(x)-exp(-x))/2.

Exceptions


Exceptional Argument          Routine Behavior

|x| > ln(2 * max_float)       Overflow



See Also

Appendix A, Critical Floating-Point Values


[Contents] [Previous Section] [Next Section] [Index]