serso / android-calculatorpp

Android Calculator
421 stars 201 forks source link

Floating point hex #200

Open Erhannis opened 5 years ago

Erhannis commented 5 years ago

In hexadecimal mode, you can do 1/2 and correctly get 0.8 (which I appreciate), but you can't enter floating point hexadecimal numbers, like "0.8". It apparently fails to parse them: "Parsing error occurred near 2 symbol: check expression validity".