Square Checks if a number is a square. Syntax square?(Integer) Description square?(Integer) Given an integer , it is a square if there exist some integer such that . If the input is a square returns , otherwise it returns false. Related functions Prime, Factor Table of Contents Syntax Description Related functions