|
Math Type Library (libmath++) 0.0.3
|
#include <calculator.h>
Static Public Member Functions | |
| static T | calculate (const TFunction< T > &AFunction, const T &AParam, const TLibrary< T > &ALibrary, unsigned ARecursionLimit=64) |
| calculates the functions result using given values. | |
Additional Inherited Members | |
Protected Member Functions inherited from math::TNodeVisitor< T > |
TCalculator calculates functions results using given function and a library to use. You may also specify the recursion limit.
Definition at line 51 of file calculator.h.