From 24c08a7ec0aaf87d6dc2e1a2c47b7beb6d5ad2a4 Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:37:32 +0100 Subject: Mention the `calc` module in the operator list (#5595) --- docs/reference/scripting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') 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 | |:----------:|---------------------------------|:------:|:----------:| -- cgit v1.2.3