ladybird/Userland/Applications/Calculator
Lucas CHOLLET 7532ef78ad Calculator: Round small number to prevent crash
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.
2022-01-02 15:42:13 +01:00
..
Calculator.cpp Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
Calculator.h Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
CalculatorWidget.cpp Calculator: The equal key will now also finish the operation 2021-08-26 17:35:15 +02:00
CalculatorWidget.h Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
CalculatorWindow.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
CMakeLists.txt Calculator: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
Keypad.cpp Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
Keypad.h Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
KeypadValue.cpp Calculator: Display zero with only one character 2022-01-02 15:42:13 +01:00
KeypadValue.h Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
main.cpp Calculator: Construct KeypadValue precisely from the Clipboard contents 2021-12-21 13:22:12 -08:00