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

print(Math.sinh(0.0))