From f14a1d3a277c9b087505d572d7dc2ea6f377843a Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 26 Aug 2020 17:29:46 +0200 Subject: [PATCH] math: Document hex numbers --- doc_src/cmds/math.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/math.rst b/doc_src/cmds/math.rst index ca644c825..468d1b50a 100644 --- a/doc_src/cmds/math.rst +++ b/doc_src/cmds/math.rst @@ -36,7 +36,7 @@ Syntax ``math`` knows some operators, constants, functions and can (obviously) read numbers. -For numbers, ``.`` is always the radix character regardless of locale - ``2.5``, not ``2,5``. Scientific notation (``10e5``) is also available. +For numbers, ``.`` is always the radix character regardless of locale - ``2.5``, not ``2,5``. Scientific notation (``10e5``) and hexadecimal (``0xFF``) are also available. Operators ---------