Integration wrong in ln and 1/x (Why is there no Ln function)? #270
-
Describe the bug To Reproduce Example input Symja input expression: >>
D(Ln(x),x)
1/x
Integrate(1/x,x)
Log(x) Error result: Integrate(1/x,x)
Log(x) Expected behavior Expected (correct) result expression: Integrate(1/x,x)
Ln(x) Java Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Log
|
Beta Was this translation helpful? Give feedback.
-
We are using the same conventions as Mathematica for the So there is only a Note that |
Beta Was this translation helpful? Give feedback.
Log(x)
isLn(x)
Log