Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sinh(S) — Xenix 2.3.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

matherr(S)



     SINH(S)                  XENIX System V                   SINH(S)



     Name
          sinh, cosh, tanh - Performs hyperbolic functions.

     Syntax
          #include <math.h>

          double sinh (x)
          double x;

          double cosh (x)
          double x;

          double tanh (x)
          double x;

     Description
          These functions compute the designated hyperbolic functions
          for real arguments.

     Diagnostics
          sinh and cosh 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 can be changed with the
          matherr(S) function.

     See Also
          matherr(S)

     Notes
          These routines must be linked by using the -lm linker
          option.






















     Page 1                                           (printed 8/7/87)



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