-

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

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

Latest revision as of 18:40, 31 July 2017

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