You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module adds the ability to work with polynomials through the `Polynomial` class, which contains separate terms of different degrees and the correct fraction.
## Getting started
To start working with polynomials, you need to create a `Variable` and use it to set a polynomial.
You can use 'float' type in your expression and `Fraction` will automatically convert it to fraction if the numerator and denominator do not exceed 10^3.