Skip to content

Have maxima parser recognize exponential functions

Dominic Kempf requested to merge maxima-exp-function into master

Maxima represents exp(x) as "%e^x". This enhances the parser to recognize the special symbol %e and have any power function with it as a base return exp instead of pow.

Merge request reports

Loading