Functions HI-TECH C COSH

COSH, SINH, TANH

SYNOPSIS

#include  <math.h>
double    cosh(double f)
double    sinh(double f)
double    tanh(double f)


DESCRIPTION

These functions implement the hyperbolic trig functions.