https://bugs.kde.org/show_bug.cgi?id=488728
Gabriel Barrantes <gabriel.barrantes....@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util |ities/kcalc/-/commit/03d25e |ities/kcalc/-/commit/17933a |d2d731a3e0266395d20bd01d01f |6ee0351591fb3325c7f7e76ee1d |d41a2c0 |af88cbc --- Comment #18 from Gabriel Barrantes <gabriel.barrantes....@outlook.com> --- Git commit 17933a6ee0351591fb3325c7f7e76ee1daf88cbc by Gabriel Barrantes. Committed on 12/09/2024 at 18:40. Pushed by gabrielbarrantes into branch 'master'. Support hex numbers that start with a letter (a-f) When entering numbers like 'ce' some ambiguity arises because this could be interpreted as 'light speed times euler's number' or as '0xce'. To resolve this decide based on wheter the calculator is in Numeral System mode or not. M +38 -0 autotests/kcalc_parser_core_test.cpp M +8 -0 kcalc.cpp M +23 -0 kcalc_parser.cpp M +6 -0 kcalc_parser.h https://invent.kde.org/utilities/kcalc/-/commit/17933a6ee0351591fb3325c7f7e76ee1daf88cbc -- You are receiving this mail because: You are watching all bug changes.