Hi, I am trying to optimize a particle system that uses several distance equation calculations for each particle.
sqrt(pow(a,2)+pow(b,2))
I am wondering if it possible to get a relatively similar result without using the square root function. The distance function doesn't have to be exactly accurate, only close.



