Returns the hyperbolic sine of $arg, defined as (exp($arg) - exp(-$arg))/2.
float sinh ( float $arg )