Skip to content

Instantly share code, notes, and snippets.

@fogus
Forked from gclaramunt/symbols.scala
Created August 30, 2011 18:40
Show Gist options
  • Select an option

  • Save fogus/1181664 to your computer and use it in GitHub Desktop.

Select an option

Save fogus/1181664 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