#include <math.h> double
sin (double x); float
sinf (float x);
DESCRIPTION
The
sin ();
and the
sinf ();
functions compute the sine of
Fa x
(measured in radians).
A large magnitude argument may yield a result with little
or no significance.
RETURN VALUES
The
sin ();
and the
sinf ();
functions return the sine value.