Last active
February 1, 2017 13:44
-
-
Save paulhayes/664a595773b2b09127109ab610ef5daf to your computer and use it in GitHub Desktop.
Written for Kerbal Space Program.
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
| 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