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.
withGaussInt:
GIsqrt−5+12I
2+3I
GIsqrt7+9I
3+I
See Also
GIissqr
Download Help Document