News

The exponential function \(e^x\) is input as exp(x). The natural logarithm \(\ln(x)\) (i.e. base e) is input as log(x) or ln(x). If you prefer a pure Python implementation of Newton's Method here is ...