Powers of x are input using ^. For example the square function \(x^2\) is input as x^2. The exponential function \(e^x\) is input as exp(x). The natural logarithm \(\ln(x)\) (i.e. base e) is input as ...
Ask ordinary software developers how to code an exponential function (that is, e x) and most will tell you to simply write an expression in their favorite high level language. But a significant ...