Skip to content

Instantly share code, notes, and snippets.

@quindariuss
Created October 16, 2019 16:22
Show Gist options
  • Save quindariuss/37c057b33660ad1b385eadaf733f2d9f to your computer and use it in GitHub Desktop.
Save quindariuss/37c057b33660ad1b385eadaf733f2d9f to your computer and use it in GitHub Desktop.
Adding on to the Pre/Post Conditions Gist
#include <cmath>
//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