From 045037ce8f2b106acbe5425245746a2dbed65c26 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 30 Mar 2017 11:10:06 -0300 Subject: Exponencial under implementation --- Project/Exponential.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Project/Exponential.cpp (limited to 'Project/Exponential.cpp') 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() +{ +} + -- cgit