7.12.4.6 The sin functions
Synopsis
#include <math.h>
double sin(double x);
float sinf(float x);
long double sinl(long double x);
Description
The sin functions compute the sine of x (measured in radians).
Returns
The sin functions return sin x.