module A1409yoHealth::Rohrer

Public Class Methods

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