C# Math Using Exponents: Math Region Parser
I have math project where i want to use exponential functions, scientific notation, and exponents.
Example project I have to calculate so we are on the same page. keep in mind below e is exponential, not just any exponent. How would i write this function below in C# with t
Result = X / [(B) ^ 2 * e ^ (X / 5 * B)]
Can some one point me into the right direction??????
Now to think longterm I would wether design a Region Parser, that will calculate any math function whether its scientific notation, exponentials, polynomials, etc......