Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created April 21, 2014 19:00
Show Gist options
  • Save bjartwolf/11152810 to your computer and use it in GitHub Desktop.
Save bjartwolf/11152810 to your computer and use it in GitHub Desktop.
2.5.3.fs
let g (a: decimal<m>) (b: decimal<m>):decimal<m^2> = (a*a + b*b) / 2m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment