Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Motorola System V 88k Release 3.2 Version 1.2C

Media Vault

Software Library

Restoration Projects

Artifacts Sought



  SINH(3M)                 (Math Libraries)                SINH(3M)



  NAME
       sinh, cosh, tanh - 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 hyberbolic
       sine, cosine and tangent of their argument.

  SEE ALSO
       matherr(3M).

  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 may be changed with the
       function matherr(3M).













  Page 1                                                   May 1989
















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