klyn.math.Math.cosh
method
public static cosh(value as Double) as Double:
Description
Returns the hyperbolic cosine of a value.
import klyn.math

print(Math.cosh(0.0))