Copyright Digital Equipment Corp. All rights reserved.
Returns the hyperbolic sine of its argument.
Format
#include <math.h>
double sinh (double x);
float sinhf (float x); (Integrity servers, Alpha)
long double sinhl (long double x); (Integrity servers, Alpha)
Argument Return_Values