Possible duplicate:The fastest way to determine if the square root of an integer is an integer
Is there a very quick way to check if Nan ideal square is in C ++? I use this:
N
if (sqrt(N)==floor(sqrt(N)));
but i need something faster.
No one has answered this question yet.
See similar questions:
or similar: