I would like to calculate complex natural logarithms to at least 2 decimal places. I read that in $\mathbb{R}$,
$\ln(x) \approx 1024\left(\sqrt{\sqrt{\sqrt{\sqrt{\sqrt{\sqrt{\sqrt{\sqrt{\sqrt{\sqrt{x}}}}}}}}}} - 1\right)$
My question is: Is there a similar approximation that could be used for an arbitrary complex natural logarithms? Acceptable operations would include addition, subtraction, multiplication, division, square roots, and the natural logarithm over $\mathbb{R}$. For example, $\ln(1+i\sqrt2)$.
P.S. If any other (trig) functions are a must, is there an approximation for them that satisfies the above conditions?
As mentioned in the comments, a complex number $a + bi$ can be converted to $re^{i\theta}$ form.
$r = \sqrt{x^2 + y^2}$
$\theta = \arg(y, x)$
Wait a minute! We need an approximation for arg also known as
atan2To follow the rules, I will include one suggested here: https://math.stackexchange.com/a/1105038/
Let $ln$ be the natural logarithm over the reals, approximated in the question, and $v$ be the natural logarithm of $a + bi$, aka $re^{i\theta}$
$v = \ln r + i\theta$