quadpack
quadpack copied to clipboard
Support for complex-valued functions
One feature of Fortran is the built-in complex data type, which is important in scientific computing while not supported by languages like C++ by default.
Integrating a complex-valued function is a common task in scientific computing. I think adding support for complex-valued function is worth considering.