UCalc Fast Math Parser is a DLL component which allows programs to evaluate algebraic expressions which are defined at runtime. It can calculate expressions in the form: '3+sin(x)+3*x^2+5'. It supports user functions and variables. Performance is fast and the math engine is suitable for heavy-duty number crunching. Features include: support for unlimited user functions and variables, callbacks to functions in your source-code, string support, customizable syntax, extended precision, floating point (even for non-decimal bases), and more. |