Skip to content

Instantly share code, notes, and snippets.

@mvanlonden
Last active February 3, 2019 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvanlonden/8ee8f1063fbff60b283d72faaa9014e5 to your computer and use it in GitHub Desktop.
Save mvanlonden/8ee8f1063fbff60b283d72faaa9014e5 to your computer and use it in GitHub Desktop.
labor_factor = .15
insulation_cost = 2 # per surface sqft
surface_area = width * length * 2 + length * height * 2 + height * width * 2
cost = surface_area * insulation_cost * (1 + labor_factor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment