-

Difference between revisions of "Functions HI-TECH C TAN"

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(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")
 
(No difference)

Latest revision as of 00:13, 1 August 2017

TAN

SYNOPSIS

#include  <math.h>

double    tan(double f);


DESCRIPTION

This is the tangent function.

SEE ALSO

sin, cos, asin, acos, atan