pair: complex number; literals
pair: hexadecimal; literals
pair: octal; literals
- pair: binary: literals
+ pair: binary; literals
Numbers are created by numeric literals or as the result of built-in functions
and operators. Unadorned integer literals (including hex, octal and binary
+---------------------+---------------------------------+-------+--------------------+
| Operation | Result | Notes | Full documentation |
-+==================== +=================================+=======+====================|
++=====================+=================================+=======+====================+
| ``x + y`` | sum of *x* and *y* | | |
+---------------------+---------------------------------+-------+--------------------+
| ``x - y`` | difference of *x* and *y* | | |