-

Functions HI-TECH C SIN

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 23:39, 31 July 2017 by Kumokosi (talk | contribs) (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==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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