-

Changes

Jump to: navigation, search

Functions HI-TECH C COSH

225 bytes added, 18:41, 31 July 2017
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..."
<strong>COSH, SINH, TANH</strong>
==SYNOPSIS==

#include <math.h>

double cosh(double f)
double sinh(double f)
double tanh(double f)


==DESCRIPTION==
These functions implement the hyperbolic trig functions.

Navigation menu