klyn.math.Math.cosh
method
public static cosh<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Description

Returns the hyperbolic cosine of a value.

import klyn.math

print(Math.cosh(0.0))