The math under the simple wrappers
Each of these calculators looks trivial — and the formulas really are short — but the failure modes are subtle. Date arithmetic trips on month boundaries (January 31 + 1 month = ?) and leap years (year divisible by 4 except century years not divisible by 400). Percentage math trips on the distinction between "a 5-percentage-point increase" and "a 5% increase," which describe completely different things — newspapers conflate the two routinely. Password entropy trips when people assume a longer password is automatically stronger (it usually is, but a 16-character all-lowercase password has less entropy than a 12-character mixed-case-with-symbols one). GPA trips on weighted versus unweighted scales and on the credit-hour weighting that turns a B in a 4-credit course into a different GPA impact than a B in a 1-credit course.
Each tool in this category surfaces those traps explicitly, with worked examples of what the naïve answer would be and where the correct one diverges.
All five everyday calculators
Date Calculator
Calendar arithmetic between any two dates. Calendar vs business vs trading days, with leap-year handling.
Percentage Calculator
Part-of-whole, percentage change, and the percentage point vs percent distinction. Basis points explained.
Password Generator
Cryptographically strong random passwords with entropy measurement (H = log₂(N^L)). NIST SP 800-63B compliant.
GPA Calculator
Weighted vs unweighted, +/- variants, AP/IB honors weighting, US 4.0 scale to international conversions.
Age Difference Calculator
Years/months/days between two birth dates. The half-plus-seven rule and what census data actually shows about age gaps.
Editorial standards for this category
Even "everyday" tools deserve real sources. Date calculators are verified against ISO 8601:2019 and the Gregorian leap-year rules from the US Naval Observatory. The password generator follows NIST SP 800-63B (entropy calculation, 8-character minimum, 64-character allowed) and the EFF's Diceware passphrase research. The GPA calculator uses the College Board and NACAC scales for US schools, with international conversion notes for WES equivalencies. Each tool cites the specific document its math is implementing.
CalcNow Tools Team
A small team of contributors who research, build, and review the unit conversion, percentage, date, and everyday utility calculators on CalcNow.
Coverage: Unit conversion (length, weight, temperature, volume), percentage math, date arithmetic, password entropy, GPA scales, age calculations
Editorial standard: Every conversion factor is verified against NIST SP 811, the BIPM SI Brochure, and the relevant ISO standard (ISO 80000, ISO 8601). Calendar arithmetic follows the Gregorian rules used by the US Naval Observatory.