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

Returns the hyperbolic sine of a value.

import klyn.math

print(Math.sinh(0.0))