Skip to content

Instantly share code, notes, and snippets.

@gclaramunt
Created December 13, 2010 13:26
Show Gist options
  • Save gclaramunt/738993 to your computer and use it in GitHub Desktop.
Save gclaramunt/738993 to your computer and use it in GitHub Desktop.
Pi and Square root
val Π = Math.Pi
def √(x:Double)=Math.sqrt(x)
val x= √(9*Π)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment