public static cosh<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Returns the hyperbolic cosine of a value.
import klyn.math print(Math.cosh(0.0))