summaryrefslogtreecommitdiff
path: root/internal/calculator/calculator_test.go
AgeCommit message (Expand)Author
2026-03-25Rename calculator package to percPaul Buetow
2026-03-25docs: Add SPDX license headers to all .go source filesPaul Buetow
2026-03-24feat: Add RPN mode, rational number support, and improve REPLPaul Buetow
2026-03-24Refactor calculator.Parse to make RPN vs percentage parsing boundaries explicitPaul Buetow
2026-03-23Refactor calculator_test.go to eliminate duplicate test codePaul Buetow
2026-03-23Improve test coverage to 81.9% and fix RPN integrationPaul Buetow
2025-11-25Add calculation steps to output, bump version to v0.1.0v0.1.0Paul Buetow
2025-11-25Initial commit: perc v0.0.0 - percentage calculatorv0.0.0Paul Buetow