GaussInt
GIsqrt
Gaussian integer square root
Calling Sequence
Parameters
Description
Examples
GIsqrt(x)
x
-
Gaussian integer
The GIsqrt function computes a Gaussian integer approximation to the square root of x. The approximation is exact for perfect squares; the distance between x and its approximation is less than or equal to 22 otherwise.
with⁡GaussInt:
GIsqrt⁡−5+12⁢I
2+3⁢I
GIsqrt⁡7+9⁢I
3+I
See Also
GIissqr
Download Help Document