Skip to content

Instantly share code, notes, and snippets.

@soc
Created July 14, 2012 17:35
Show Gist options
  • Select an option

  • Save soc/3112307 to your computer and use it in GitHub Desktop.

Select an option

Save soc/3112307 to your computer and use it in GitHub Desktop.
implicit class RicherDouble(d: Double) extends AnyVal {
def square = ...
def squareRoot = ...
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment