P
pete
P.J. Plauger said:Right. I was addressing the issue of determining whether you have
an exact integer power, however it was arrived at.
That wasn't the issue under discussion.
This issue was a properly written pow
computing a*a, for pow(a,2) and
computing exp(2.0*ln(a)), for pow(a,2.0)