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

print(Math.asinh(0.0))