Qalculate / libqalculate

Qalculate! library and CLI
https://qalculate.github.io/
GNU General Public License v2.0
1.88k stars 151 forks source link

Suggestion: support converting an exact fraction to factors #635

Closed arseniiv closed 1 month ago

arseniiv commented 8 months ago

I would find it very useful to factorize not only integers but also fractions like 117/121 to factors3^2 * 13 / 11^2.

Right now neither can I do something like [117, 121] to factors nor 117 to factors, 121 to factors in one go.

What do you think?

hanna-kn commented 8 months ago

Done (support for 117/121 to factors and [117, 121] to factors).