diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-09 19:23:52 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-09 19:23:52 -0300 |
commit | 2ef7d2bdf1ca4a6b9ee207e4a43f3116f55c0274 (patch) | |
tree | 4b0a9fb363e6745bddf373057ac02a878893c483 /Project/Exponential.h | |
parent | 9fb33a91aa22fbce6d0b74529e07af9f7781b916 (diff) | |
download | PSP.git-2ef7d2bdf1ca4a6b9ee207e4a43f3116f55c0274.tar.gz PSP.git-2ef7d2bdf1ca4a6b9ee207e4a43f3116f55c0274.tar.xz PSP.git-2ef7d2bdf1ca4a6b9ee207e4a43f3116f55c0274.zip |
Several solutions implemented
Diffstat (limited to 'Project/Exponential.h')
-rw-r--r-- | Project/Exponential.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |