Skip to content

Instantly share code, notes, and snippets.

@ldunn
Created September 18, 2010 04:03
Show Gist options
  • Select an option

  • Save ldunn/585334 to your computer and use it in GitHub Desktop.

Select an option

Save ldunn/585334 to your computer and use it in GitHub Desktop.
[<Measure>] type kg
[<Measure>] type m
[<Measure>] type s
let gravityOnEarth = 9.81<m/s^2>
let heightOfTowerOfPisa = 55.86<m>
let speedOfImpact = sqrt(2.0 * gravityOnEarth * heightOfTowerOfPisa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment