Symbolics.jl
Symbolics.jl copied to clipboard
Return rationals from linear_expansion and solve_for
This fixes #524.
Does it break anything else?
I am not able to run all tests locally, as ] test fails with a bunch of warnings, with or without my changes 😕
Where exactly do you mean?
Do you mean that linear_expansion should return fractions for a and b if they are not divisible, and integers if they are divisible? Or the same with the results from solve_for?