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.
with⁡GaussInt:
GInearest⁡3+7⁢I
3+7⁢I
GInearest⁡sqrt⁡−1−sqrt⁡2
2⁢I
See Also
GIissqr
GIsqrt
Download Help Document