summaryrefslogtreecommitdiff
path: root/internal/rpn/operations_hyper.go
AgeCommit message (Expand)Author
2026-05-24rpn: complete nAry helper refactor for HyperMultiply and HyperModuloPaul Buetow
2026-05-24rpn: extract nAryMetricOp and nAryScalarOp helpers in hyper opsPaul Buetow
2026-05-24rpn: replace panic with error returns in metric registry lookupsPaul Buetow
2026-05-24rpn: revert resolveMetric and helpers to single return valuesPaul Buetow
2026-05-24fix(rpn): correct comments in operations_hyper.goPaul Buetow
2026-05-23refactor: split NewNumber into two constructors (NewNumber, NewNumberWithMetric)Paul Buetow
2026-05-23refactor: replace panics in coolMetric/baseMetric with proper errorsPaul Buetow
2026-05-23style: run gofmt on all Go source filesPaul Buetow
2026-05-22refactor(rpn): split StringNum/Symbol out of Number interface (LSP fix)Paul Buetow
2026-05-22refactor(rpn): extract shared hyperLog helper for log operationsPaul Buetow
2026-05-22refactor(rpn): deduplicate category helpers between metric and hyper opsPaul Buetow
2026-05-22fix(rpn): treat Cool values in result metric space during absorptionPaul Buetow
2026-05-22fix(rpn): guard resultMetricForHyperAdd against empty slice; add missing hype...Paul Buetow
2026-05-22Make hyper operators metric-aware for consistencyPaul Buetow
2026-05-22refactor(rpn): split operations.go into 7 focused filesPaul Buetow