summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheJosefOlsson <143743179+TheJosefOlsson@users.noreply.github.com>2023-10-09 13:46:16 +0200
committerGitHub <noreply@github.com>2023-10-09 13:46:16 +0200
commit6dab95473b04b3c72c552de0168adc76781cd9e8 (patch)
treeffb070a52501c3c3aeb324661057f8eaab30b649 /tests
parent1819a0b2663a44f4a04c916f4f176e78ad706496 (diff)
Multinomial coefficients (#2237)
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/math/frac.pngbin28917 -> 31154 bytes
-rw-r--r--tests/typ/math/frac.typ4
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/math/frac.png b/tests/ref/math/frac.png
index a4873d20..6d5fe563 100644
--- a/tests/ref/math/frac.png
+++ b/tests/ref/math/frac.png
Binary files differ
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) $