We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6205d commit 5fb4cd3Copy full SHA for 5fb4cd3
docs/reference/language/scripting.md
@@ -307,10 +307,10 @@ Typstをローカルで使用している場合、独自のシステムローカ
307
308
## 演算子 { #operators }
309
310
-以下の表は、使用可能なすべての単項および二項演算子の効果、引数の個数(単項あるいは二項)、および優先度(高いほど強く結合)を示しています。Some
311
-operations, such as [modulus]($calc.rem-euclid), do not have a special syntax
312
-and can be achieved using functions from the
313
-[`calc`]($category/foundations/calc) module.
+以下の表は、使用可能なすべての単項および二項演算子の効果、引数の個数(単項あるいは二項)、および優先度(高いほど強く結合)を示しています。
+[剰余]($calc.rem-euclid)
+などの一部の演算は特別な構文を持たず、
+[`calc`]($category/foundations/calc)モジュールの関数を用いて実現できます。
314
315
| 演算子 | 効果 | 引数の個数 | 優先度 |
316
| :--------: | ------------------------------------ | :--------: | :----: |
0 commit comments