-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
coreRelated to the OASIS library itselfRelated to the OASIS library itself
Description
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
Labels
coreRelated to the OASIS library itselfRelated to the OASIS library itself