Skip to content

Instantly share code, notes, and snippets.

@akira093
Created April 18, 2013 03:28
Show Gist options
  • Save akira093/5409851 to your computer and use it in GitHub Desktop.
Save akira093/5409851 to your computer and use it in GitHub Desktop.
main = mapM_ print $ iterate f 1
f x = x / 2.0 + 1.0 / x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment