Skip to content

Instantly share code, notes, and snippets.

@paulhayes
Last active February 1, 2017 13:44
Show Gist options
  • Select an option

  • Save paulhayes/664a595773b2b09127109ab610ef5daf to your computer and use it in GitHub Desktop.

Select an option

Save paulhayes/664a595773b2b09127109ab610ef5daf to your computer and use it in GitHub Desktop.
Written for Kerbal Space Program.
var calcDeltaV = function(dryMass,wetMass,isp){ return Math.log(wetMass/dryMass)*isp*9.81 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment