1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 06:25:08 +00:00
Commit graph

1 commit

Author SHA1 Message Date
creator1creeper1
97d2a5799e Calculator: Add KeypadValue class
This commit adds a basic KeypadValue class which abstracts away
Keypad's internal representation in a slightly simpler format.
This will allow arithmetic operations in the Calculator to not
lose any precision. In cases where losing precision is necessary,
an explicit conversion operator to double is provided, as well as
an explicit constructor from double.
2021-08-03 19:12:06 +04:30