The FormulaCalculatorLib is a library that allows to
calculate formula expressions.
Example of calculation:
This version of formula calculator library FormulaCalculatorLib
is implemented only for real numbers arithmetic operations and functions.
For the unusual behaviour (for example, complex numbers calculations, image calculations etc.)
you must build own calculator or wait until it will be available here or somewhere else.
This version of FormulaCalculatorLib is built using MSVC++/MFC.
Some MFC classes are used, for example, CString, CArray, etc.
Therefore it is not really simple to make a UNIX/Linux port of the library.
Nevertheless it will be also available here in some weeks.
The library exports a set of functions that may be used from both C/C++ and VisualBasic applications.
For more information refer to the appropriate documentation.