Commit 2024-01-09 10:40 0c15e423

View on Github →

chore: shift Nat.ascFactorial down by one (#7965) change ascending factorial function Nat.ascFactorial to agree with mathematical literature. This means Nat.ascFactorial n k becomes n (n + 1) ⋯ (n + k - 1) instead of (n + 1) ⋯ (n + k)

Estimated changes