aboutsummaryrefslogtreecommitdiff
path: root/lib/math
AgeCommit message (Collapse)Author
2025-11-10feat(calc): supports function definition and evaluationAnhgelus Morhtuuzh
2025-11-10fix(parser): not parsing right number with 0 after dotAnhgelus Morhtuuzh
2025-11-10feat(parser): supports literal decimal numbersAnhgelus Morhtuuzh
2025-11-10perf(calc): use exponentiation by squaringAnhgelus Morhtuuzh
move calc things in new module
2025-11-09refactor(calc): replace Ratio libs by internal codeAnhgelus Morhtuuzh
now works with elixir 1.19 and uses no deps