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