brintos

brintos / llvm-project-archived public Read only

0
0
Text · 91 B · 5626d3b Raw
2 lines · plain
1{ [x, y] -> ((x - x^2) * y + (-x + x^2) * y^2) : x >= 0 and x <= 2 and y >= 0 and y <= 2 }2