summaryrefslogtreecommitdiff
path: root/mysqrt.h
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-03-03 23:32:27 -0500
committerMichael Abed <michaelabed@gmail.com>2012-03-03 23:32:27 -0500
commitf2566da91396bc07356601794fd5db858a78f1f3 (patch)
tree6d18e7e9a517163dee5929eef6617cce12cfb415 /mysqrt.h
parent12993b517ff2f8ec6608c2deaf3e988c64f7f164 (diff)
downloadec327-lab2-f2566da91396bc07356601794fd5db858a78f1f3.tar.gz
ec327-lab2-f2566da91396bc07356601794fd5db858a78f1f3.tar.bz2
ec327-lab2-f2566da91396bc07356601794fd5db858a78f1f3.zip
make basically everything work
Diffstat (limited to 'mysqrt.h')
-rw-r--r--mysqrt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysqrt.h b/mysqrt.h
index 459cc99..23ca4a9 100644
--- a/mysqrt.h
+++ b/mysqrt.h
@@ -3,6 +3,8 @@
#define MYSQRT_H
#include <cmath>
+#include <cstdlib>
+#include <ctime>
double mysqrt(double x);