Skip to content

Instantly share code, notes, and snippets.

@metacollin
Created August 10, 2020 02:30
Show Gist options
  • Save metacollin/efc38e0afbb45c22f19fc8e8364610d9 to your computer and use it in GitHub Desktop.
Save metacollin/efc38e0afbb45c22f19fc8e8364610d9 to your computer and use it in GitHub Desktop.
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