Commit 2025-02-17 12:13 fa01e96e

View on Github →

feat: finset of pairs of divisors of an integer (#21912) Compute the antidiagonal of divisors of an integer z, namely the finset of pairs (a, b) : ℤ × ℤ such that a * b = n (unless z = 0, in which case we set the finset to be empty by convention).

Estimated changes