-
-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Description
Describe the bug
Integration 1/x basic propeties gives wrong output.
To Reproduce
Steps to reproduce the behavior:
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
A clear and concise description of what you expected to happen.
Expected (correct) result expression:
Integrate(1/x,x)
Ln(x)
Java
Java15,win10
Additional context
other integration test ok.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels