Scalar. Returns the hyperbolic sine of a given value.
sinh ( value )
| value | A float.  | 
Returns the hyperbolic sine of a given value, expressed in radians. The function takes a float as its argument, and the function returns a float.
sinh (0.5) returns 0.521095305.