public static sinh<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Returns the hyperbolic sine of a value.
import klyn.math print(Math.sinh(0.0))