6
Reply

Mathematical Calculation Using console application in c#

Ask a question
Rohini Shirke

Rohini Shirke

11y
1.6k
1
hi..
I have Console application.I want to do complex mathematical calculation in that.
In my application there is int & double both type of variables.
 
I want to solve something like..
y=a*x+b*x^2+c*sqrt(x)-d*x^3-e+log(f)*x
some variables are int or some are double.
 
Thanks

Answers (6)
Next Recommended Forum