tmilev / calculator

https://calculator-algebra.org
Other
8 stars 0 forks source link

Rational function implicit conversion does not work as expected #13

Closed tmilev closed 3 years ago

tmilev commented 3 years ago

This example does not appear to work as expected:

x = MakeRationalFunction{}x;
y = MakeRationalFunction{}y;
(x/y)^3
tmilev commented 3 years ago

Fixed.