DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compute / calc-28.typ
123456
// Test the `perm` function. #test(calc.perm(0, 0), 1) #test(calc.perm(5, 3), 60) #test(calc.perm(5, 5), 120) #test(calc.perm(5, 6), 0)