-

Functions HI-TECH C TAN

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 00:13, 1 August 2017 by Kumokosi (talk | contribs) (Created page with "<strong>TAN</strong> ==SYNOPSIS== #include <math.h> double tan(double f); ==DESCRIPTION== This is the tangent function. ==SEE ALSO== sin, cos, asin, acos, atan")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TAN

SYNOPSIS

#include  <math.h>

double    tan(double f);


DESCRIPTION

This is the tangent function.

SEE ALSO

sin, cos, asin, acos, atan