erhanbaris / smartcalc

Text based calculator for peoples
https://erhanbaris.github.io/smartcalc-app/
GNU General Public License v2.0
189 stars 7 forks source link

chore: add divide to alias #33

Closed ParthJadhav closed 1 year ago

ParthJadhav commented 1 year ago

4 divide 2 -> 2 4 divided 2 -> 2 Works 👆

adding by doesn't work in both cases. Eg: 3 divide by 2 -> 5 3 divided by 2 -> 5

erhanbaris commented 1 year ago

test tests::general_test::date_tests ... FAILED

This unit test not part of the this changes.

ParthJadhav commented 1 year ago

Right, It was failing already.