Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

matherr(3)



  sinh(3)                             CLIX                             sinh(3)



  NAME

    sinh, cosh, tanh - Hyperbolic functions

  LIBRARY

    Standard Math Library (libm.a)

    Intergraph Math Library (libmath.a)

  SYNOPSIS

    #include <math.h>

    double sinh(
      double x );

    double cosh(
      double x );

    double tanh(
      double x );

  PARAMETERS

    x   An argument of type double.

  DESCRIPTION

    The sinh(), cosh(), and tanh() hyperbolic functions return, respectively,
    the hyperbolic sine, cosine and tangent of their argument.

  RETURN VALUES

    The sinh() and cosh() hyperbolic functions return HUGE (and sinh() may
    return -HUGE for negative x) when the correct value overflows and sets
    errno to ERANGE.

  ERRORS

    The error-handling procedures discussed under RETURN VALUES may be changed
    by using the matherr(3) function.

  RELATED INFORMATION

    Functions: matherr(3)








  2/94 - Intergraph Corporation                                              1




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