Introduction
This is a very Useful DLL I use it to parse equations online.
It support the:
1- basic mathematical operations (addition, subtraction, production, division)2-
2- ( sin, cos ,tan ,root ,sqr ,log ,ln ,sinh , cosh , tanh)
And six different variables: (X, Y, Z, A, B, C)
Can be use in:
1- Make a scientific calculation, with the right mathematical operation order.
2- Use it two draw user input equation up to 6 variables. By let the User input the equation then use the DLL to parse the equation, and looping to Draw the graph.
The Test Program:
Show how can use the DLL to calculate an equation in three variables.