sinh

Calculates the hyperbolic sine of x.

@IEEECompliant("sinh", 42)
D
sinh
(
D
)
(
auto const ref D x
)

Throws

InvalidOperationExceptionx is signaling NaN
OverflowExceptionresult is too big to be represented
InexactExceptionthe result is inexact

Special values

xsinh(x)
NaNNaN
±∞+∞
±0.0+0.0

Meta