aboutsummaryrefslogtreecommitdiffstats
path: root/docs/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
commit078edc158da7906ba72e7e6528e1a811e07270e7 (patch)
tree1bc7b2e8137fb5ebfc7b59d59294d7adb9e95468 /docs/source/lang/double.rst
parent5e587be27a7c3bd854b686952a5c9637a2432ff0 (diff)
downloadlibrambutan-078edc158da7906ba72e7e6528e1a811e07270e7.tar.gz
librambutan-078edc158da7906ba72e7e6528e1a811e07270e7.zip
Finished converting the Arduino docs
Diffstat (limited to 'docs/source/lang/double.rst')
-rw-r--r--docs/source/lang/double.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/source/lang/double.rst b/docs/source/lang/double.rst
index b4a1219..1527778 100644
--- a/docs/source/lang/double.rst
+++ b/docs/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.