summaryrefslogtreecommitdiff
path: root/docs/reference/scripting.md
diff options
context:
space:
mode:
authorMalo <57839069+MDLC01@users.noreply.github.com>2024-12-18 14:37:32 +0100
committerGitHub <noreply@github.com>2024-12-18 13:37:32 +0000
commit24c08a7ec0aaf87d6dc2e1a2c47b7beb6d5ad2a4 (patch)
treeb53ace751336178ce4ad0a6151016c6e415fa6e8 /docs/reference/scripting.md
parent05559a6638aee7f31fba4dad44a38011150673c9 (diff)
Mention the `calc` module in the operator list (#5595)
Diffstat (limited to 'docs/reference/scripting.md')
-rw-r--r--docs/reference/scripting.md5
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 |
|:----------:|---------------------------------|:------:|:----------:|