GaussInt
GInearest
the nearest Gaussian integer to a complex number
Calling Sequence
Parameters
Description
Examples
GInearest(c)
c
-
complex number
The GInearest function returns the nearest Gaussian integer a to the given complex number c, that is, it finds a Gaussian integer a such that the distance between c and a is smallest.
In special cases when there are more than one possible values of a, the one with the smallest norm is chosen.
withGaussInt:
GInearest3+7I
3+7I
GInearestsqrt−1−sqrt2
2I
See Also
GIissqr
GIsqrt
Download Help Document