Skip to content
Commit 4d9b2ea0 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Have maxima parser recognize exponential functions

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.
parent 915ecb96
Pipeline #8478 passed with stage
in 2 minutes and 47 seconds