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

Returns the inverse hyperbolic sine of a value.

import klyn.math

print(Math.asinh(0.0))