double
sin(
double x
)
float
sinf(
float x
)
)
function computes the sine of
x
(measured in radians).
A large magnitude argument may yield a result with little
or no significance.
)
function returns the sine value.
)
function conforms to
ANSI X3.159-1989 (``ANSI C89'') .