Bowling Handicap from Average Calculator
Compute a tenpin bowler's handicap from their league average: handicap = round(max(0, base − avg) × percentage). The mos...
Compute a tenpin bowler's handicap from their league average: handicap = round(max(0, base − avg) × percentage). The mos...
Calculates wave speed, frequency, or wavelength from the other two using the fundamental wave equation v = fλ. Works for...
Compute the number of asphalt-shingle bundles needed to cover a given roof area, including a default 10-15 % waste facto...
Estimates creatinine clearance (CrCl) using the Cockcroft-Gault formula to assess kidney function for drug dosing adjust...
Compute the per-serving cost of a recipe by summing the cost of up to five ingredients and dividing by the number of ser...
Estimate VO₂max (mL/kg/min) from the Rockport one-mile walk test using Kline et al.'s regression: VO₂max = 132.853 − 0.0...
Converts between sound intensity (W/m²) and intensity level in decibels (dB). Reference intensity I₀ = 10⁻¹² W/m² (thres...
Calculates weld heat input in kJ/mm from welding voltage, current, travel speed, and arc efficiency for standard arc wel...
Compute the number of steps, individual riser height, individual tread depth, and the diagonal stringer length for a sta...
Calculate tips and split bills across any number of people.
Compute a bowler's average pinfall: average = total_pins / games. Reports the per-game average and the simulated 200-bas...
Compute a cyclist's VAM (Velocità Ascensionale Media) — vertical ascent in metres per hour: VAM = elevation_gain_m · 360...
Most unit-conversion mistakes are dumb mistakes — swapped factors, dropped decimals, wrong direction. A short guide to not making them.
Pace, splits, and goal times talk about the same thing from three different angles. A short guide to keeping them straight mid-race.