Skip to content

Instantly share code, notes, and snippets.

@guilleiguaran
Created July 29, 2015 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilleiguaran/0cd69f46719961db9cbb to your computer and use it in GitHub Desktop.
Save guilleiguaran/0cd69f46719961db9cbb to your computer and use it in GitHub Desktop.
@requires x >= 0
@ensures (result * result) <= x && (result + 1) * (result + 1) > x
def sqrt(x) do
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment