Hello,
I am familiar with the modulo (division remainder) operator on real numbers, but I am needing to implement (in software) modulo on complex numbers, and am wondering if there is a general, universally accepted method for getting the same thing, and if so, what it is.
I am familiar with the modulo (division remainder) operator on real numbers, but I am needing to implement (in software) modulo on complex numbers, and am wondering if there is a general, universally accepted method for getting the same thing, and if so, what it is.