Tested tool guide
Tested browser tools
Checked August 16, 2026
What Weight Tracker does, with a checked example
Weight Tracker logs a date and weight for each entry you type in, plots them on a time-series chart, and draws a trend line through the scatter so short-term ups and downs don't obscure the overall direction. Enter your height once and it converts each logged weight into a BMI value alongside the raw number. Set a goal weight and the chart marks how far you currently sit from it. The most common surprise: the trend line is a smoothed line through many points, not the literal value for any single day, so one unusually high or low weigh-in shifts it only slightly rather than snapping the whole chart to match.
Worked example
A concrete input and expected output from the current implementation.
Input
Height: 70 in (5'10"); weight entry: 180 lb
->
Expected output
BMI = 25.8
Using the standard formula BMI = 703 x weight(lb) / height(in)^2: 703 x 180 = 126,540, divided by 70^2 (4,900) = 25.8245, which rounds to 25.8.