mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 10:17:40 +01:00
2 lines
125 B
Plaintext
2 lines
125 B
Plaintext
[N] -> { [i0, i1, i2] -> (i0^3 * i1^2 + N * i1 * i2) : i0 >= 0 and i0 <= N and i1 >= 0 and i1 <= N and i2 >= 0 and i2 <= N }
|