Function isPerfectSquare

Is perfect square

bool isPerfectSquare (
  float n
);

Example

assert(isPerfectSquare(64.0f));