-

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

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(Created page with "<strong>SIN</strong> ==SYNOPSIS== #include <math.h> double sin(double f); ==DESCRIPTION== This function returns the sine function of its argument. ==SEE ALSO==...")
 
(No difference)

Latest revision as of 23:39, 31 July 2017

SIN

SYNOPSIS

#include  <math.h>

double    sin(double f);


DESCRIPTION

This function returns the sine function of its argument.

SEE ALSO

cos, tan, asin, acos, atan