Skip to content

Instantly share code, notes, and snippets.

@soc
Created October 3, 2011 02:20
Show Gist options
  • Save soc/1258300 to your computer and use it in GitHub Desktop.
Save soc/1258300 to your computer and use it in GitHub Desktop.
val length = (2.0 m) * 5.0
val length2 = length + (2.0 m) * 5.0
val time = (5.0 s) * 5.0
val speed = length2 * 2.0 / time
val mass = (5.0 kg) + (5.0 kg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment