|
Math Type Library (libmath++) 0.0.3
|
#include <calculator.h>
Public Member Functions | |
| ECalcError (const std::string &AReason) | |
Public Member Functions inherited from math::EMath | |
| EMath (const std::string &AReason) | |
| std::string | reason () const |
ECalcError gets thrown whenever any error during function calculation occurs. This may be e.g. a recursion error.
Definition at line 41 of file calculator.h.
|
inline |
Definition at line 43 of file calculator.h.