mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 09:25:07 +00:00
![]() Small numbers (smaller than 1e-19) can't be displayed in the calculator. They provoke a division by zero in Keypad::set_value(), as 10^20 overflows. |
||
---|---|---|
.. | ||
Calculator.cpp | ||
Calculator.h | ||
CalculatorWidget.cpp | ||
CalculatorWidget.h | ||
CalculatorWindow.gml | ||
CMakeLists.txt | ||
Keypad.cpp | ||
Keypad.h | ||
KeypadValue.cpp | ||
KeypadValue.h | ||
main.cpp |