issqr
test if an integer is a perfect square
Calling Sequence
Parameters
Description
Examples
issqr(n)
n
-
positive integer
The function issqr returns true if n is the square of an integer.
issqr⁡9
true
issqr⁡10
false
See Also
isqrt
NumberTheory[ModularSquareRoot]
psqrt
sqrt
Download Help Document