ExprEval: update log of ifem changes

This commit is contained in:
Arne Morten Kvarving 2023-09-25 09:55:44 +02:00
parent d64d2c642c
commit 1d503ac1c8
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,10 @@ IFEM Hacks
----------
- Added a define in defs.h. auto_ptr is deprecated in c++0x. uses
std::unique_ptr instead. Quells the warnings
- add support for exponential format (e.g. 1e-1) for constants
- add support for 'pow' function
- Improved exception handling
- Added integration with autodiff
ExprEval 3.6
------------

3
3rdparty/expreval/docs/source.txt vendored Normal file
View File

@ -0,0 +1,3 @@
Source of the library can be found at https://expreval.sourceforge.net.
This is a version between the released 3.5 and the never-released version 3.6
taken from SVN (r27)