summaryrefslogtreecommitdiff
path: root/tests/suite/math/cases.typ
blob: e6c4956dcdd3f47a0b4a3e2d6919070fab260877 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Test case distinction.

--- math-cases ---
$ f(x, y) := cases(
  1 quad &"if" (x dot y)/2 <= 0,
  2 &"if" x divides 2,
  3 &"if" x in NN,
  4 &"else",
) $

--- math-cases-gap ---
#set math.cases(gap: 1em)
$ x = cases(1, 2) $