leesugil / symbolic

Symbolic calculator for arithmetic operations with fractions
GNU General Public License v3.0
1 stars 0 forks source link

factoring out #10

Closed leesugil closed 7 months ago

leesugil commented 8 months ago

1 c - 1 c symbols: "a" = "1" "b" = "1" "c" = "" "f" = "(a - b) * c"

leesugil commented 7 months ago

partially resolved by commutativity