diff options
Diffstat (limited to 'docs/source/arduino/sin.rst')
-rw-r--r-- | docs/source/arduino/sin.rst | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/source/arduino/sin.rst b/docs/source/arduino/sin.rst deleted file mode 100644 index 3a06a8f..0000000 --- a/docs/source/arduino/sin.rst +++ /dev/null @@ -1,35 +0,0 @@ -.. _arduino-sin: - -sin(rad) -======== - -Description ------------ - -Calculates the sine of an angle (in radians). The result will be -between -1 and 1. - - - -Parameters ----------- - -rad: the angle in radians (*float*) - - - -Returns -------- - -the sine of the angle (*double*) - - - -See also --------- - - -- `cos <http://arduino.cc/en/Reference/Cos>`_\ () -- `tan <http://arduino.cc/en/Reference/Tan>`_\ () -- `float <http://arduino.cc/en/Reference/Float>`_ -- `double <http://arduino.cc/en/Reference/Double>`_ |