Is there any predefined functions in C++ for differentiation

Jun 5, 2013 at 11:30am
Hi,

I'm looking to perform a different order of Differentiation for a function given.

It could be easy because my actual coding work is back with numerous level of logic which has to be implemented.

I don't want to be back of creating a function for differentiation which is time consuming and increases my part of my work.

If someone aware of pre-build functions in c++ that can perform differentiation.

Please kindly help me.

Jun 5, 2013 at 12:14pm
C++ standard libaries don't support differentiation.
If you google c++ differentiation code, you will find a number of libraries for that.
http://lmgtfy.com/?q=c%2B%2B+differentiation+library&l=1
Jun 5, 2013 at 12:19pm
Topic archived. No new replies allowed.