Last active
February 3, 2019 22:42
-
-
Save mvanlonden/8ee8f1063fbff60b283d72faaa9014e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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