Skip to content

Instantly share code, notes, and snippets.

@sullivan-
Created March 25, 2013 20:36
val unsafeLogSqrt: (Double) => Double =
scala.math.log _ compose scala.math.sqrt _
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment