quadpack icon indicating copy to clipboard operation
quadpack copied to clipboard

Support for complex-valued functions

Open linwaytin opened this issue 1 year ago • 0 comments

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.

linwaytin avatar Apr 07 '25 01:04 linwaytin