Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created February 24, 2016 12:00
Show Gist options
  • Save igaiga/f85aaebc636ab28c326c to your computer and use it in GitHub Desktop.
Save igaiga/f85aaebc636ab28c326c to your computer and use it in GitHub Desktop.
circumference :: Float -> Float
circumference r = 2 * pi * r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment