std::sin

std::sin

Defined in header <cmath>
float       sin( float arg );
(1)
double      sin( double arg );
(2)
long double sin( long double arg );
(3)
double      sin( Integral arg );
(4) (since C++11)

Computes the sine of arg (measured in radians).