How it works

This bmi calculator is using javascript to calculate body mass index based on the values entered.

The formula used is the following:

BMI = weight * 703 / (height * height)    ( in inches )