Declaration:
float sin(float x);
Description
The sin function calculates the sine of the floating-point number x.
Returned value
The sin function returns the sine of x.