This library simply allows to create, multiply, add, subtract, divide rational fractions, through a RatioFrac
struct. It uses the polynomials of the polyx
crate. It also grants functions to parse to reduce
method to change the fraction in order to make its numerator and denominator coprime.
RatioFrac
structs are only intended to be instantiated with coefficients of type f32, f64, Complex<f32>, Complex<f64>
.