math: Document hex numbers

This commit is contained in:
Fabian Homborg 2020-08-26 17:29:46 +02:00
parent 5b1c000a2e
commit f14a1d3a27

View file

@ -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
---------