diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/math/frac.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/typ/math/frac.typ b/tests/typ/math/frac.typ index dc120ec3..f3c31070 100644 --- a/tests/typ/math/frac.typ +++ b/tests/typ/math/frac.typ @@ -21,6 +21,11 @@ $ binom(circle, square) $ $ binom(x^2) $ --- +// Test dif. +$ (dif y)/(dif x), dif/x, x/dif, dif/dif \ + frac(dif y, dif x), frac(dif, x), frac(x, dif), frac(dif, dif) $ + +--- // Test associativity. $ 1/2/3 = (1/2)/3 = 1/(2/3) $ |
