From 2ef7d2bdf1ca4a6b9ee207e4a43f3116f55c0274 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 9 May 2017 19:23:52 -0300 Subject: Several solutions implemented --- Project/Exponential.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Exponential.h') diff --git a/Project/Exponential.h b/Project/Exponential.h index 8260d66..deb5772 100644 --- a/Project/Exponential.h +++ b/Project/Exponential.h @@ -22,6 +22,8 @@ public: virtual void GetValues(double& aValue, double &bValue); virtual void SetValues(double aValue, double bValue); + virtual bool Solve(double input); + protected: double m_aValue = 0.001; double m_bValue = 5.0; -- cgit