public static native double sinh (double x)

Returns the hyperbolic sine of a double value. The hyperbolic sine of x is defined to be (ex - e-x)/2 where e is Euler's number.

Special cases:

Parameters:
x    The number whose hyperbolic sine is to be returned.

Returns:  The hyperbolic sine of x.

Since:  1.5