+ 4
Can we do Calculus in C++?
I want to perform integration(indefinite) for any user entered function... Such operations are possible via python(NumPy,etc). Can we do something similar in C++?
2 odpowiedzi
+ 3
I check it and let you know...
+ 2
How about this library? http://www.gnu.org/software/gsl/
I've never tried it, though.