Browse Source

update the documentation slightly

Tamo 9 months ago
parent
commit
5753fde4dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      book/src/operations.md

+ 1 - 1
book/src/operations.md

@@ -5,7 +5,7 @@ Numbat operators and other language constructs, ordered by precedence form *high
 | Operation / operator      | Syntax                               |
 | ------------------------- | ------------------------------------ |
 | square, cube, ...         | `x²`, `x³`, `x⁻¹`, ...               |
-| factorial                 | `x!`                                 |
+| factorials                | `x!`, `x!!`, `x!!!`, ...             |
 | exponentiation            | `x^y`, `x**y`                        |
 | multiplication (implicit) | `x y` (*whitespace*)                 |
 | unary negation            | `-x`                                 |