> There is x^^2, but the implementation uses pow(x,2)Is this really still true?
x^^2 will be optimized by the fronend to x*x
Daniel Murphy via Digitalmars-d Mon, 08 Sep 2014 10:25:50 -0700
> There is x^^2, but the implementation uses pow(x,2)Is this really still true?
x^^2 will be optimized by the fronend to x*x