This is a beta autodoc build; expect bugs and missing information.
std
math
sinh
fn
sinh
(
x
:
anytype
)
@TypeOf
(
x
)
[
src
]
Returns the hyperbolic sine of x.
Special Cases:
sinh(+-0) = +-0
sinh(+-inf) = +-inf
sinh(nan) = nan
Parameters
x
:
anytype
,