diff options
Diffstat (limited to 'docs/source/lang/doublecast.rst')
-rw-r--r-- | docs/source/lang/doublecast.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/source/lang/doublecast.rst b/docs/source/lang/doublecast.rst index 4ea1776..511fe24 100644 --- a/docs/source/lang/doublecast.rst +++ b/docs/source/lang/doublecast.rst @@ -2,11 +2,8 @@ .. _lang-doublecast: -double() (cast) -=============== - -Description ------------ +``double()`` (cast) +=================== Converts a value to the :ref:`double <lang-double>` floating point data type. Here is an example:: |