aboutsummaryrefslogtreecommitdiffstats
path: root/source/arduino/tan.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-28 11:23:33 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-28 11:23:33 -0500
commitd9cbd78e29d42e70bb46641dd43ee0772c8c975f (patch)
tree80a67cba4468dbcd89b3cd23ad56695b1f146c66 /source/arduino/tan.rst
parent546b34076d230b617ba86defb6b90cd934b01878 (diff)
downloadlibrambutan-d9cbd78e29d42e70bb46641dd43ee0772c8c975f.tar.gz
librambutan-d9cbd78e29d42e70bb46641dd43ee0772c8c975f.zip
reorganized all the arduino/ docs into a lang/ subdirectory since
they're properly CC attributed now.
Diffstat (limited to 'source/arduino/tan.rst')
-rw-r--r--source/arduino/tan.rst38
1 files changed, 0 insertions, 38 deletions
diff --git a/source/arduino/tan.rst b/source/arduino/tan.rst
deleted file mode 100644
index f17ffcc..0000000
--- a/source/arduino/tan.rst
+++ /dev/null
@@ -1,38 +0,0 @@
-.. _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>`_
-
-
-.. include:: cc-attribution.txt \ No newline at end of file