This is a beta autodoc build; expect bugs and missing information.
std
math
acosh
fn
acosh
(
x
:
anytype
)
@TypeOf
(
x
)
[
src
]
Returns the hyperbolic arc-cosine of x.
Special cases:
acosh(x) = snan if x < 1
acosh(nan) = nan
Parameters
x
:
anytype
,