.TH SINH 3M "7 August 1985" .UC 4 .SH NAME sinh, cosh, tanh \- hyperbolic functions .SH SYNOPSIS .nf .B #include .PP .B double sinh(x) .B double x; .PP .B double cosh(x) .B double x; .PP .B double tanh(x) .B double x; .fi .SH DESCRIPTION These functions compute the designated hyperbolic functions for real arguments. .SH SEE ALSO intro(3M), infnan(3M) .SH ERROR (due to Roundoff etc.) Below 2.4 \fIulp\fRs; an \fIulp\fR is one \fIU\fRnit in the \fIL\fRast \fIP\fRlace. .SH DIAGNOSTICS Sinh and cosh return the reserved operand on a VAX if the correct value would overflow. .SH AUTHOR W. Kahan, Kwok\-Choi Ng