SIN - sine function.

(ANSI Standard)

Usage:

#include <math.h>
y = sin( x );

Where:

double x, y;
 

Description:

"sin" returns the sine of "x". "x" is taken to be in radians.

Copyright © 1996, Thinkage Ltd.