Skip to content

Instantly share code, notes, and snippets.

@terrbear
Created March 2, 2009 19:33
Show Gist options
  • Save terrbear/72936 to your computer and use it in GitHub Desktop.
Save terrbear/72936 to your computer and use it in GitHub Desktop.
def people_complexity(people, land)
(floor(people.urban * land.urban))! + (floor(people.rural + land.rural))!
end
women_multiplier = 25
people * people_complexity(women, usa - alaska) * women_multipier * people_complexity(men, usa - alaska)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment