-

Functions HI-TECH C COS

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 18:40, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>COS</strong> ==SYNOPSIS== #include <math.h> double cos(double f) ==DESCRIPTION== This function yields the cosine of its argument. ==SEE ALSO== sin, tan, a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

COS

SYNOPSIS

#include  <math.h>

double    cos(double f)


DESCRIPTION

This function yields the cosine of its argument.

SEE ALSO

sin, tan, asin, acos, atan