summaryrefslogtreecommitdiff
path: root/Userland/Applications/Calculator/Calculator.h
AgeCommit message (Expand)Author
2022-09-15Calculator: Change internal representation to support perfect divisionLucas CHOLLET
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-02Calculator: Round small number to prevent crashLucas CHOLLET
2021-08-03Calculator: Use KeypadValue class instead of doublecreator1creeper1
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling