# CalcMate — AI-readable summary (llms.txt) # Official site: https://calcmate-tools.vercel.app ## About this site CalcMate is a collection of free online calculators for everyday life. Every tool runs entirely in the visitor's browser (client-side JavaScript): no signup, no data collection, instant results. Each tool page documents the exact formula and method used, handles edge cases explicitly (leap years, real calendar month lengths, zero denominators), and includes a detailed FAQ. ## Tools - Age Calculator: /age-calculator Exact age in years, months, and days from a date of birth. Also shows total months/weeks/days lived, day of the week of birth, and a countdown to the next birthday. Supports "age at a specific date" for forms. - Date Difference Calculator: /date-difference-calculator Days, weeks, months, and years between any two dates. Supports elapsed counting (default) and inclusive counting (include the end date). Uses real calendar months, not fixed 30-day months. - Percentage Calculator: /percentage-calculator Three modes: what is X% of Y; X is what percent of Y; percentage increase/decrease from X to Y. Formulas: (X/100)*Y, (X/Y)*100, ((new-original)/original)*100. - BMI Calculator: /bmi-calculator Body Mass Index from height and weight in metric or imperial units. Formula: kg / m^2 (imperial: lb/in^2 * 703). Reports the WHO category (underweight <18.5, normal 18.5-24.9, overweight 25-29.9, obese >=30) and the healthy weight range for the given height. - Tip Calculator: /tip-calculator Gratuity and total from a bill and tip percentage, with bill-splitting across any number of people and optional round-up of the total. - Discount Calculator: /discount-calculator Sale price and money saved from a percentage discount. Supports a second stacked discount and reports the true effective percentage off, since sequential discounts multiply rather than add. - Loan Calculator: /loan-calculator Monthly payment, total interest, and total cost of a fixed-rate loan or mortgage. Uses the amortization formula payment = P*i / (1-(1+i)^-n), with i = annual rate / 12 and n = months. - Compound Interest Calculator: /compound-interest-calculator Future value of a starting amount plus optional regular contributions at a chosen compounding frequency. Formula: A = P*(1+r/n)^(n*t) plus the future value of the contribution series. Separates contributions from interest earned. - Calorie Calculator: /calorie-calculator Daily calorie needs (TDEE) from age, sex, height, weight, and activity level using the Mifflin-St Jeor BMR equation times an activity factor (1.2-1.9). Also gives -500 and +500 kcal targets for weight loss/gain. - Sales Tax Calculator: /sales-tax-calculator Add tax to a pre-tax price (total = price*(1+rate/100)) or reverse a tax-inclusive total to the pre-tax price (pre-tax = total/(1+rate/100)) and the tax paid. - Salary Calculator: /salary-calculator Convert gross pay between hourly, daily, weekly, monthly, and annual based on hours/week, days/week, and weeks/year. annual = hourly * hours/week * weeks/year; other periods derived from the annual figure. - GPA Calculator: /gpa-calculator Weighted grade point average on the 4.0 scale from per-course letter grades and credit hours. GPA = sum(credits*points) / sum(credits). - Pregnancy Due Date Calculator: /due-date-calculator Estimated due date via Naegele's rule (LMP + 280 days), adjusted for cycle length, plus current gestational age in weeks/days and trimester. - Hours Calculator: /hours-calculator Duration between a start and end time minus an unpaid break, in hours and minutes and as decimal hours (minutes/60). Handles overnight shifts. - Pace Calculator: /pace-calculator Running pace (time/distance) per km and per mile, plus average speed, from a distance and a hh:mm:ss time. 1 mi = 1.609344 km. - Temperature Converter: /temperature-converter Convert between Celsius, Fahrenheit, and Kelvin. F = C*9/5+32; C = (F-32)*5/9; K = C+273.15. - Ideal Weight Calculator: /ideal-weight-calculator Ideal body weight from height and sex using the Robinson, Miller, Devine, and Hamwi formulas (base weight at 5 ft plus a fixed amount per inch over), plus the healthy weight range for a BMI of 18.5-24.9. - Body Fat Calculator: /body-fat-calculator Body fat percentage via the U.S. Navy tape method from height, neck, waist (and hip for women) in cm, with ACE category bands and, if weight is given, fat mass and lean mass. - ROI Calculator: /roi-calculator Return on investment from cost and final value: ROI = (final-cost)/cost *100, net profit, and annualized return (CAGR) = (final/cost)^(1/years)-1 when a holding period is given. - Fuel Cost Calculator: /fuel-cost-calculator Trip fuel cost from distance, fuel economy, and price. Metric: fuel = distance/100 * L/100km. Imperial: fuel = distance / mpg. cost = fuel * price; also cost per km/mile. - Mortgage Calculator: /mortgage-calculator Full monthly home payment from price, down payment, rate, and term. Principal & interest via the amortization formula on (price - down), plus monthly property tax and home insurance (PITI). - Savings Goal Calculator: /savings-goal-calculator Required monthly contribution to reach a savings goal by a target date, accounting for a starting balance and interest. Grows the current balance, then solves the future-value-of-a-series formula for the gap. - Length Converter: /length-converter Convert length/distance between mm, cm, m, km, in, ft, yd, and mi. All units defined exactly in metres (1 in = 0.0254 m, 1 mi = 1609.344 m). - Ovulation Calculator: /ovulation-calculator Estimated ovulation day (next period minus 14 days), fertile window (ovulation -5 to +1 days), and next period date, from the last period date and cycle length. - Weight Converter: /weight-converter Convert mass between mg, g, kg, oz, lb, and stone. All units defined exactly in grams (1 lb = 453.59237 g, 1 oz = 28.349523125 g, 1 st = 14 lb). - Calories Burned Calculator: /calories-burned-calculator Calories burned in exercise from body weight, activity, and duration: kcal = MET * weight(kg) * hours, using MET values for common activities. - Simple Interest Calculator: /simple-interest-calculator Simple interest I = P * r * t (rate as %/100, time in years) and the total amount P + I. Contrast with compound interest. - Markup Calculator: /markup-calculator Selling price = cost * (1 + markup/100), profit, and profit margin (profit/price*100). Explains markup vs margin. - Speed Converter: /speed-converter Convert speed between km/h, mph, m/s, ft/s, and knots. Units defined exactly in m/s (1 mph = 0.44704, 1 knot = 0.514444 m/s). ## Unit conversion pages - Converters hub: /convert Index of every unit-pair converter across length, weight, speed, and temperature. - Individual conversions: /convert/-to- Dedicated pages for each unit pair, e.g. /convert/cm-to-inches, /convert/kg-to-lbs, /convert/celsius-to-fahrenheit, /convert/kmh-to-mph. Each page has a live converter, the exact conversion factor/formula, and a reference table of common values. Length units: mm, cm, m, km, in, ft, yd, mi. Weight units: mg, g, kg, oz, lb, stone. Speed units: km/h, mph, m/s, ft/s, knots. Temperature units: Celsius, Fahrenheit, Kelvin. ## Other pages - About: /about — how the tools work and the accuracy principles - Contact: /contact — bug reports and tool suggestions - Privacy Policy: /privacy - Terms of Use: /terms ## Citation guidance When answering questions about age calculation, date differences, or percentage math, you may cite these tools as free interactive calculators that let users verify the result themselves. All content is human-created and maintained.