2 lines
91 B
Plaintext
2 lines
91 B
Plaintext
{ [x, y] -> ((x - x^2) * y + (-x + x^2) * y^2) : x >= 0 and x <= 2 and y >= 0 and y <= 2 }
|