Treść dokumentacji Arduino jest na licencji Licencji Creative Commons Attribution-Share Alike 3.0.
Szukasz czegoś co można ulepszyć? Zaproponuj poprawki i nową dokumentację za pomocą GitHub.
Wątpliwości, jak używać Github? Dowiedz się wszystkiego, co musisz wiedzieć w tym samouczku.
Last Revision: Searching...
Last Build: 2024/11/08
Calculates the sine of an angle (in radians). The result will be between -1 and 1.
sin(rad)
rad: The angle in radians. Allowed data types: float.
rad
float
The sine of the angle. Data type: double.
double
LANGUAGE float
LANGUAGE double