1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 06:14:58 +00:00
serenity/Userland/Applications/Calculator
creator1creeper1 8f552c9979 Calculator: Use KeypadValue class instead of double
Calculator now uses the KeypadValue class instead of double in
its internal calculations. By not constantly converting to
double back-and-forth, we do not use precision simply by, for
example, negating a number. This fixes #7484.
2021-08-03 19:12:06 +04:30
..
Calculator.cpp Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
Calculator.h Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
CalculatorWidget.cpp Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
CalculatorWidget.h Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
CalculatorWindow.gml Calculator: Improve UI margin consistency 2021-07-27 22:17:23 +02:00
CMakeLists.txt Calculator: Add KeypadValue class 2021-08-03 19:12:06 +04:30
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: Add KeypadValue class 2021-08-03 19:12:06 +04:30
KeypadValue.h Calculator: Add KeypadValue class 2021-08-03 19:12:06 +04:30
main.cpp Calculator: Add menus before showing the window 2021-07-31 08:08:31 +02:00