Introduction - If you have any usage issues, please Google them yourself
In vb/vc call mathlualib.dll calculate some functional value, such as calculating the definite integral ∫ [a-> b] f (x) dx, calculate a number of series Σ [n = 1-> 100] f (n ) ≈ Σ [n = 1-> + ∞] f (n), calculate the function key series Σ [n = 1-> 100] f (n, x) ≈ Σ [n = 1-> + ∞] f ( n, x), calculate the first order ODEy ' = fsxy (x, y), y (x_0) = y_0 of y (x), ... ... functional of the independent variables entered in the Lua files inside. Note: Please do not change the function name in Lua fun (x), fan (n), fsx (x), fanx (n, x), fsxy (x, y), these functional prototype of the independent variables in mathlualib . dll in custom API to be frequently used.