svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
964 stars 31 forks source link

Correctly handle ≈ signs emitted by qalc #78

Closed SabrinaJewson closed 2 years ago

SabrinaJewson commented 2 years ago

A query like sqrt(2) will cause qalc to emit sqrt(2) ≈ 1.414213562. Currently, rofi-calc does not parse this correctly as it does not treat ≈ as a comparison operator.

svenstaro commented 2 years ago

Working as intended, thanks! Sorry I took so long. I will make up for it with a quick release.