I can not find the big-oh notation for complex fuctions, even though it should be pretty clear.
Lets say that it is said $$f(z)=\mathcal{O(g(z))}, z \rightarrow \infty,$$
where there may be complex values where $f$ is not defined. Can we just assume that this means that there exists positive real numbers $M,N$ such that
$$|f(z)|\le N|g(z)|$$
if $|z| > M$, and $f(z),g(z)$ are defined?
Is the big-oh notation for complex functions defined in any books you know?
Here are some references which might be helpful.
N.G. Bruijn also states in section 1.2: There are some minor differences between the various definitions of the $O$-symbol that occur in the literature, but these differences are unimportant.