Created
August 10, 2020 02:30
-
-
Save metacollin/efc38e0afbb45c22f19fc8e8364610d9 to your computer and use it in GitHub Desktop.
This file contains 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
def cream_of_tawrtawr(final_volume, final_iso_concentration, starting_iso_concentration) | |
iso_volume = (final_iso_concentration * (final_volume*0.9))/starting_iso_concentration | |
water_volume = final_volume - iso_volume | |
benzaklonium_volume = final_volume*0.1 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment