-

Functions HI-TECH C COSH

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 18:41, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>COSH, SINH, TANH</strong> ==SYNOPSIS== #include <math.h> double cosh(double f) double sinh(double f) double tanh(double f) ==DESCRIPTION== These func...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.