Fix smoothstep optimization trick
It was leading to things like "x--0.1", which doesn't parse. Now prints "x+0.1" as expected.
Please register or sign in to comment
It was leading to things like "x--0.1", which doesn't parse. Now prints "x+0.1" as expected.