3
Answers

C# Math Using Exponents: Math Region Parser

David Smith

David Smith

13y
2.9k
1
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......
Answers (3)