Open TimoWilken opened 8 years ago
In this example, the ln(e) should be simplified to 1, and the resulting e^x*1 should be simplified to e^x:
ln(e)
e^x*1
e^x
∂(e^x, x)
returns
e^xln(e)
Typing in ln(e) returns 1, as expected.
In this example, the
ln(e)
should be simplified to 1, and the resultinge^x*1
should be simplified toe^x
:returns
Typing in
ln(e)
returns 1, as expected.