I have to write a function that determines if a number is a perfect square, which I was able to do:
isSquareNumber x | x < 0 = False | otherwise =