1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

bring back table, extract annotations

this makes the table less unwieldy, and leaves enough space for
extensive explanations.
This commit is contained in:
Valentin Gagarin 2023-01-05 15:16:16 +01:00
parent 7da59e94ae
commit e57165b85a
2 changed files with 82 additions and 174 deletions

View file

@ -85,11 +85,10 @@
Numbers, which can be *integers* (like `123`) or *floating point*
(like `123.43` or `.27e13`).
Numbers are type-compatible: pure integer operations will always
return integers, whereas any operation involving at least one
floating point number will have a floating point number as a result.
See [arithmetic] and [comparison] operators for semantics.
Floating point numbers only differ up to a limited precision.
[arithmetic]: ./operators.md#arithmetic
[comparison]: ./operators.md#comparison
- <a id="type-path" href="#type-path">Path</a>