float sinh ( float $arg )
Returns the hyperbolic sine of arg, defined as (exp(arg) - exp(-arg))/2.
[More at php.net]
number $arg