diff options
| author | Alex Saveau <saveau.alexandre@gmail.com> | 2023-04-19 10:08:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 19:08:59 +0200 |
| commit | b285bea41de7bea0ea33878d812fd4a046913128 (patch) | |
| tree | 264023ec2642df51ebf87e2eb638d46cd3e63b58 /tests/typ/math/cases.typ | |
| parent | f08ae95b9d8be5165f9c8cac4c755d0510c3a18a (diff) | |
Make `dot` be multiplication and add `dot.period` for periods (#747)
Diffstat (limited to 'tests/typ/math/cases.typ')
| -rw-r--r-- | tests/typ/math/cases.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/cases.typ b/tests/typ/math/cases.typ index 83a5ab66..d591ae50 100644 --- a/tests/typ/math/cases.typ +++ b/tests/typ/math/cases.typ @@ -2,7 +2,7 @@ --- $ f(x, y) := cases( - 1 quad &"if" (x dot.op y)/2 <= 0, + 1 quad &"if" (x dot y)/2 <= 0, 2 &"if" x divides 2, 3 &"if" x in NN, 4 &"else", |
