Computing logarithms of complex numbers
The Endeavour 2024-06-03
Summary:
The previous post showed how to compute logarithms using tables. It gives an example of calculating a logarithm to 15 figures precision using tables that only allow 4 figures of precision for inputs. Not only can you bootstrap tables to calculate logarithms of real numbers not given in the tables, you can also bootstrap a […]
The post Computing logarithms of complex numbers first appeared on John D. Cook.