aboutsummaryrefslogtreecommitdiff
path: root/src/numerics.cpp
AgeCommit message (Collapse)Author
2024-07-26Introduce normalised value in fraction classAryadev Chavali
Bit of a cheat but it would allow us to do some interesting graphical stuff later.
2024-07-26Implemented numerics in numerics.cppAryadev Chavali
Simple implementation, few refactors from the main.cpp version based on API changes.