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