Q&A is closed
Calculates the sine of an angle (in radians). The result will be between -1 and 1.
rad: the angle in radians (float)
float
the sine of the angle (double)
double
* cos(rad) * tan(rad) * float * double
Source: arduino.cc