Describe the bug
The OASIS Website mistreats non-differentiating variables in denominators of fractions as the differentiating variable and evaluates it as such. For example, the math expression (1/y) should evaluate to 0 if differentiating by d/dx, but evaluates to (0/y^2)
To Reproduce
dd(1/y,x) evaulates to 0/y^2
Expected behavior
dd(1/y,x) should evaluate to 0.
Screenshots
Desktop (please complete the following information):
- OS: [e.g. Windows] This issue was found on the OASIS website.
- Version [e.g. 22 or commit hash]
Additional context
Add any other context about the problem here.