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