mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
math: Document hex numbers
This commit is contained in:
parent
5b1c000a2e
commit
f14a1d3a27
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
---------
|
||||
|
|
Loading…
Reference in a new issue