summaryrefslogtreecommitdiffstats
path: root/Project/Exponential.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-03-30 11:10:06 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-03-30 11:10:06 -0300
commit045037ce8f2b106acbe5425245746a2dbed65c26 (patch)
treef81b4003f1ec6f835681c768c945065b1976da42 /Project/Exponential.cpp
parent3985018cdb8508b9970646ae4b9886ba4df6dd78 (diff)
downloadPSP.git-045037ce8f2b106acbe5425245746a2dbed65c26.tar.gz
PSP.git-045037ce8f2b106acbe5425245746a2dbed65c26.tar.xz
PSP.git-045037ce8f2b106acbe5425245746a2dbed65c26.zip
Exponencial under implementation
Diffstat (limited to 'Project/Exponential.cpp')
-rw-r--r--Project/Exponential.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Project/Exponential.cpp b/Project/Exponential.cpp
new file mode 100644
index 0000000..8f2239f
--- /dev/null
+++ b/Project/Exponential.cpp
@@ -0,0 +1,10 @@
+#include "Exponential.h"
+
+Exponential::Exponential()
+{
+}
+
+Exponential::~Exponential()
+{
+}
+