diff options
Diffstat (limited to 'Project/Exponential.cpp')
-rw-r--r-- | Project/Exponential.cpp | 10 |
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() +{ +} + |