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

Add conversion - programmer #6

Closed sasiCoder closed 2 years ago

sasiCoder commented 2 years ago

It would be great if this application can support HEX; DEC; OCT; BIN conversion

erhanbaris commented 2 years ago

Changes has been done, merge is on hold until timezone changes done. Example usage:

100 to binary  |  0b1100100
100 to octal    |      0o144
100 to hex      |       0x64

Also 'in', 'into' and 'as' keywords can be used.

erhanbaris commented 2 years ago

Merged into master branch and web interface updated.