sin / sinf / sinl
Calculates the sine of a floating-point radian value.
[Format]
#include <math.h>
double sin (double d);
float sinf (float d);
long double sinl (long double d);
[Parameters]
d Radian value for which sine is to be computed
[Return values]
Sine of d