Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created April 21, 2014 18:41
Show Gist options
  • Save bjartwolf/11152145 to your computer and use it in GitHub Desktop.
Save bjartwolf/11152145 to your computer and use it in GitHub Desktop.
2.5.2.fs
let VolumeNoHeightis0(a:decimal<m>) =
(a <= 10000000000m<m> && a >= 0m<m>) ==>
(lazy (V 0m<m> a a = 0m<m^3>))
Check.Quick VolumeNoHeightis0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment