diff options
Diffstat (limited to 'source/lang/double.rst')
-rw-r--r-- | source/lang/double.rst | 11 |
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. |