NAME
sinh - compute hyperbolic sine
SYNOPSIS
float sinh(float x)
DESCRIPTION
Return the hyperbolic sine of the argument.
ERRORS
If the computed hyperbolic sine is too large, an error will result.
sinh - compute hyperbolic sine
float sinh(float x)
Return the hyperbolic sine of the argument.
If the computed hyperbolic sine is too large, an error will result.