mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 07:02:44 +00:00 
			
		
		
		
	|  53eb35caba The purpose of this patch is to support addition, subtraction, multiplication and division without using conversion to double. To this end, we use the BigFraction class of LibCrypto. With this solution, we can store values without any losses and forward rounding as the last step before displaying. | ||
|---|---|---|
| .. | ||
| Calculator.cpp | ||
| Calculator.h | ||
| CalculatorWidget.cpp | ||
| CalculatorWidget.h | ||
| CalculatorWindow.gml | ||
| CMakeLists.txt | ||
| Keypad.cpp | ||
| Keypad.h | ||
| main.cpp | ||