summaryrefslogtreecommitdiff
path: root/mysqrt.h
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-02-27 11:12:18 -0500
committerMichael Abed <michaelabed@gmail.com>2012-02-27 11:12:18 -0500
commit8932ac3c9881f800310e03fb147dce3261989eca (patch)
tree9336e291f283694c328933fb3ba00e6baa53acc9 /mysqrt.h
downloadec327-lab2-8932ac3c9881f800310e03fb147dce3261989eca.tar.gz
ec327-lab2-8932ac3c9881f800310e03fb147dce3261989eca.tar.bz2
ec327-lab2-8932ac3c9881f800310e03fb147dce3261989eca.zip
initial commit
Diffstat (limited to 'mysqrt.h')
-rw-r--r--mysqrt.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysqrt.h b/mysqrt.h
new file mode 100644
index 0000000..459cc99
--- /dev/null
+++ b/mysqrt.h
@@ -0,0 +1,9 @@
+
+#ifndef MYSQRT_H
+#define MYSQRT_H
+
+#include <cmath>
+
+double mysqrt(double x);
+
+#endif