Skip to content

Integration wrong in ln and 1/x #269

@xwaeaewcrhomesysplug

Description

@xwaeaewcrhomesysplug

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions