Formula (LaTeX) + variables + units
','\
Solving a linear equation: Start from: ax + b = c Subtract b from both sides: ax = c - b Divide by a: x = (c - b) / a
Quadratic formula: Given ax^2 + bx + c = 0, define the discriminant D = b^2 - 4ac. If D > 0, there are two distinct real roots. If D = 0, there is one repeated real root. If D < 0, the roots are complex conjugates. The roots are: x = (-b ± √D) / (2a)
x_{n+1} = x_n - f(x_n) / f'(x_n) The derivative f'(x) is approximated numerically, and the process continues until the change between iterations is smaller than the specified tolerance or the maximum number of iterations is reached.
Example (2 × 2 system): a₁₁x + a₁₂y = b₁ a₂₁x + a₂₂y = b₂ Under the condition that the determinant det(A) = a₁₁a₂₂ - a₁₂a₂₁ ≠ 0, the system has a unique solution.
- T = property tax (annual or monthly depending on input) (currency)
- NIST — Weights and measures — nist.gov · Accessed 2026-01-19
https://www.nist.gov/pml/weights-and-measures - FTC — Consumer advice — consumer.ftc.gov · Accessed 2026-01-19
https://consumer.ftc.gov/
Last code update: 2026-01-19
- Initial audit spec draft generated from HTML extraction (review required).
- Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
- Confirm sources are authoritative and relevant to the calculator methodology.