> var answer = Math.pow(txt_weight,0.425) * Math.pow(height,0.725) * 0.007184;
> answer = Math.round(100*answer)/100

bsa = round(100 * (weight^0.425) * (height^0.725) * 0.007184 / 100);

--Ben
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to