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