Skip to content

OASIS Doesn't Evaluate Triple Integrals Properly #186

@dcarbonell08

Description

@dcarbonell08

Describe the bug
A clear and concise description of what the bug is.

The OASIS website incorrectly evaluates triple integrals. While simple double integrals work, triple integrals and higher do not.

To Reproduce
Input into website > in(in(in(2,x),x),x)

evaluates to > 2Cx + C

Expected behavior
Input into website > in(in(in(2,x),x),x)

should evaluate to > (x^3)/3 + (Cx^2)/2 + Cx + C

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows]: Bug found on OASIS Website
  • Version [e.g. 22 or commit hash]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreRelated to the OASIS library itself

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions