Enter values below to calculate score
Estimates the Body Mass Index and Body Surface Area
BMI [kg/m^2] = a / ((b/100*2.54) * (b/100*2.54))
BSA [m^2] = Math.sqrt(b * a / 3600*2.54)
Estimates the Body Mass Index and Body Surface Area
BMI [kg/m^2] = a / ((b/100*2.54) * (b/100*2.54))
BSA [m^2] = Math.sqrt(b * a / 3600*2.54)