Comment by fooker
9 hours ago
Not sure what you mean by advanced transformations but I got these versions from ChatGPT without explicit instructions.
if(x-1<2&&x)...
if((1<<x)&6)...
if(x<3&x)...
if(3%x&&x<3)...
if(!((x-1)*(x-2)))
if(!(x^1|x^2))...
if(!(x*x-3*x+2))
[dead]