Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sinh(3M) — A/UX 3.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

matherr(3M)




sinh(3M) sinh(3M)
NAME sinh, cosh, tanh - provide hyperbolic functions SYNOPSIS #include <math.h> double sinh(x) double x; double cosh(x) double x; double tanh(x) double x; DESCRIPTION sinh, cosh, and tanh return, respectively, the hyperbolic sine, cosine, and tangent of their argument. STATUS MESSAGES AND VALUES The sinh and cosh programs return HUGE (and sinh may return -HUGE for negative x) when the correct value would overflow and set errno to ERANGE. These error-handling procedures may be changed with the function matherr(3M). SEE ALSO matherr(3M) January 1992 1

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026