mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 10:17:40 +01:00
2 lines
108 B
Plaintext
2 lines
108 B
Plaintext
[N, M] -> { [i, j] -> ((N * i + (1/5 * N + N^2) * i^2) + 5 * j) : i <= N and j >= 0 and j <= i and M >= 0 }
|