Created
October 16, 2019 16:22
-
-
Save quindariuss/37c057b33660ad1b385eadaf733f2d9f to your computer and use it in GitHub Desktop.
Adding on to the Pre/Post Conditions Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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