Files
ladybird/Userland/Applications
creator1creeper1 4b2b0a4d0e Calculator: Make double construction and conversion private
At this point, the double conversions should really only be
implementation details of the KeypadValue class. Therefore,
the constructor-from double and conversion-operator-to
double of KeypadValue are made private. Instead, the
required functionality is provided by KeypadValue itself.
The internal implementation is still done using doubles.
However, this opens us up to the possibility of having
loss-free square root, inversion and division in the future.
2021-12-22 00:43:13 -08:00
..
2021-12-17 13:09:54 -08:00
2021-12-17 13:09:54 -08:00
2021-11-28 10:10:35 -08:00