index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
rpn
/
operations_hyper.go
Age
Commit message (
Expand
)
Author
2026-05-24
rpn: complete nAry helper refactor for HyperMultiply and HyperModulo
Paul Buetow
2026-05-24
rpn: extract nAryMetricOp and nAryScalarOp helpers in hyper ops
Paul Buetow
2026-05-24
rpn: replace panic with error returns in metric registry lookups
Paul Buetow
2026-05-24
rpn: revert resolveMetric and helpers to single return values
Paul Buetow
2026-05-24
fix(rpn): correct comments in operations_hyper.go
Paul Buetow
2026-05-23
refactor: split NewNumber into two constructors (NewNumber, NewNumberWithMetric)
Paul Buetow
2026-05-23
refactor: replace panics in coolMetric/baseMetric with proper errors
Paul Buetow
2026-05-23
style: run gofmt on all Go source files
Paul Buetow
2026-05-22
refactor(rpn): split StringNum/Symbol out of Number interface (LSP fix)
Paul Buetow
2026-05-22
refactor(rpn): extract shared hyperLog helper for log operations
Paul Buetow
2026-05-22
refactor(rpn): deduplicate category helpers between metric and hyper ops
Paul Buetow
2026-05-22
fix(rpn): treat Cool values in result metric space during absorption
Paul Buetow
2026-05-22
fix(rpn): guard resultMetricForHyperAdd against empty slice; add missing hype...
Paul Buetow
2026-05-22
Make hyper operators metric-aware for consistency
Paul Buetow
2026-05-22
refactor(rpn): split operations.go into 7 focused files
Paul Buetow