summaryrefslogtreecommitdiff
path: root/docs/log-operators.md
AgeCommit message (Collapse)Author
2026-05-24docs: de-LLM all .md files - remove corporate language, over-explanation, ↵Paul Buetow
and LLM patterns
2026-05-24docs: add log operators documentation (lg, log, ln)Paul Buetow
Cover lg (log base 2), log (log base 10), and ln (natural log) with: - Mathematical explanations - RPN examples from live testing - Edge cases (zero and negative number errors) - Practical use cases (information theory, decibels, pH, growth) - Metric handling notes - Implementation references