Can we do Calculus in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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++?

31st Jan 2017, 6:02 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
2 Answers
+ 3
I check it and let you know...
31st Jan 2017, 8:42 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 2
How about this library? http://www.gnu.org/software/gsl/ I've never tried it, though.
31st Jan 2017, 8:39 AM
Álvaro