module A1409yoHealth::Kaup

Public Class Methods

exec(weight, height) click to toggle source
# File lib/a1409yo_health/kaup.rb, line 3
def self.exec(weight, height)
  (weight.to_f/height.to_f**2) * 10000.0
end