GaussInt[GInearest] - the nearest Gaussian integer to a complex number
|
Calling Sequence
|
|
GInearest(c)
|
|
Description
|
|
•
|
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.
|
|
|