diff options
Diffstat (limited to 'docs/reference/scripting.md')
| -rw-r--r-- | docs/reference/scripting.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/reference/scripting.md b/docs/reference/scripting.md index 590bb6ec..89508eee 100644 --- a/docs/reference/scripting.md +++ b/docs/reference/scripting.md @@ -340,7 +340,10 @@ packages. For more details on this, see the ## Operators The following table lists all available unary and binary operators with effect, -arity (unary, binary) and precedence level (higher binds stronger). +arity (unary, binary) and precedence level (higher binds stronger). Some +operations, such as [modulus]($calc.rem-euclid), do not have a special syntax +and can be achieved using functions from the +[`calc`]($category/foundations/calc) module. | Operator | Effect | Arity | Precedence | |:----------:|---------------------------------|:------:|:----------:| |
