diff options
| author | TheJosefOlsson <143743179+TheJosefOlsson@users.noreply.github.com> | 2023-10-09 13:46:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-09 13:46:16 +0200 |
| commit | 6dab95473b04b3c72c552de0168adc76781cd9e8 (patch) | |
| tree | ffb070a52501c3c3aeb324661057f8eaab30b649 /tests | |
| parent | 1819a0b2663a44f4a04c916f4f176e78ad706496 (diff) | |
Multinomial coefficients (#2237)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/frac.png | bin | 28917 -> 31154 bytes | |||
| -rw-r--r-- | tests/typ/math/frac.typ | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/math/frac.png b/tests/ref/math/frac.png Binary files differindex a4873d20..6d5fe563 100644 --- a/tests/ref/math/frac.png +++ b/tests/ref/math/frac.png diff --git a/tests/typ/math/frac.typ b/tests/typ/math/frac.typ index f3c31070..0252f430 100644 --- a/tests/typ/math/frac.typ +++ b/tests/typ/math/frac.typ @@ -17,6 +17,10 @@ $ x = (-b plus.minus sqrt(b^2 - 4a c))/(2a) $ $ binom(circle, square) $ --- +// Test multinomial coefficients. +$ binom(n, k_1, k_2, k_3) $ + +--- // Error: 8-13 missing argument: lower $ binom(x^2) $ |
