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