Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C math library with integration? [closed]

Is there a science/math related C/C++ programming library that includes functions for mathematical integration? This might be useful for finding values for a cumulative distribution function, etc. Symbolic manipulation ideal but not required. Thanks!

P.S. I've looked at GSL but it does not contain functions specific for integration.

like image 738
hpy Avatar asked Dec 17 '22 05:12

hpy


1 Answers

But GSL does have numerical integration capabilities ...is there some other reason this library doesn't meet your needs?

For symbolic math, Mathematica is a popular choice. They support a C API .

like image 89
Jim Lewis Avatar answered Dec 19 '22 20:12

Jim Lewis