sin()
Syntax:
#include <math.h> double sin( double arg );
Description:
The function sin() returns the sine of arg, where arg is given in radians.
Related Topics:
asin(), acos(), atan(), cosh(), atan2(), tan(), sinh(), cos(), tanh()
#include <math.h> double sin( double arg );