aboutsummaryrefslogtreecommitdiffstats
path: root/source/lang/double.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
commitee35f641687d0d3159c15eea5ad80d71efff4f82 (patch)
treed58e470a42623a1fba3eccbab324a26316d60398 /source/lang/double.rst
parentd9cbd78e29d42e70bb46641dd43ee0772c8c975f (diff)
downloadlibrambutan-ee35f641687d0d3159c15eea5ad80d71efff4f82.tar.gz
librambutan-ee35f641687d0d3159c15eea5ad80d71efff4f82.zip
Finished converting the Arduino docs
Diffstat (limited to 'source/lang/double.rst')
-rw-r--r--source/lang/double.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/source/lang/double.rst b/source/lang/double.rst
index b4a1219..1527778 100644
--- a/source/lang/double.rst
+++ b/source/lang/double.rst
@@ -1,13 +1,10 @@
.. _lang-double:
-double
-======
+``double``
+==========
-Description
------------
-
-Double precision floating point number. Occupies 8 bytes. On Maple,
-the ``double`` type has a range of approximately -1.79769×10^308 to
+Double precision floating point type. Occupies 8 bytes. On Maple, the
+``double`` type has a range of approximately -1.79769×10^308 to
1.79769×10^308; the ``double`` type subject to the same :ref:`overflow
issues <lang-variables-rollover>` as any numeric data type.