STYLE: Replace std::pow(x, 2)
calls with Math::sqr(x)
#5249
Merged
dzenanz merged 1 commit intoInsightSoftwareConsortium:masterfrom N-Dekker:Replace-pow-with-sqrFeb 22, 2025
+34-30
std::pow(x, 2)
calls with Math::sqr(x)
#5249