anmCalc: a calculator
of complex math formulas It
calculates and plots expressions, polynomials, integrals, matrices,
derivatives, with a simple script language. It
incorporates the math library aNuMet.dll (Array of Numerical Methods) a
dll for numerical calculations, implementing 40+ math and matrix
functions.
Source code (poorly
written and commented but not complex) for the tool and the parsing of
the scripting language is provided. Feel free to use and modify it at your wish.
Additional
vb and purebasic prototype files (.bas and .pbpt) are included to call
aNuMet.dll functions (included) from within vb and purebasic.