Skip to content

Instantly share code, notes, and snippets.

@quindariuss
Created October 16, 2019 16:11
Show Gist options
  • Save quindariuss/786179aa079b99b7184497a601b951a6 to your computer and use it in GitHub Desktop.
Save quindariuss/786179aa079b99b7184497a601b951a6 to your computer and use it in GitHub Desktop.
Pre and Post conditions for funtion in the <cmath> library.
//Pre-Condition: Enter any real number 'x'.
double sqrt(double x)
//Post-Condition: The function will return 'x' sqaured.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment