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.
with⁡GaussInt:
GIissqr⁡−5+12⁢I
true
GIissqr⁡7+9⁢I
false
See Also
GIsqrt
Download Help Document