Skip to content

Instantly share code, notes, and snippets.

@soc
Created October 4, 2011 22:18
Show Gist options
  • Save soc/1263008 to your computer and use it in GitHub Desktop.
Save soc/1263008 to your computer and use it in GitHub Desktop.
val mass: Mass[Double] = 4.0 kg
val length: Length[Int] = 5 m
val time: Time[Int] = 1 s
val temperature: Temperature[BigDecimal] = BigDecimal("22.22") k
val speed = length / time
val area = length * length
val volume: Volume[Int] = (23 m) * (1 m) * (1 m)
val accel = (10.0 m) / ((1.0 s) * (1.0 s))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment