-

Functions HI-TECH C SIN

From HI-TECH C for CP/M Fan WIKI(EN)
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