GaussInt
GIissqr
test if a Gaussian integer is a perfect square
Calling Sequence
Parameters
Description
Examples
GIissqr(n)
n
-
Gaussian integer
The function GIissqr returns a value of true if n is the square of a Gaussian integer, and false otherwise.
withGaussInt:
GIissqr−5+12I
true
GIissqr7+9I
false
See Also
GIsqrt
Download Help Document