In C++17, mathematical special functions (such as Bessel functions, for example) were added to the standard and are already relatively well supported by modern compilers.
However, those functions are defined for real-valued arguments, while some applications in computational physics heavily use their complex equivalents.
I wonder if
std::complex<>
with special functions (I was not able to find anything related)std::complex<>
besides their [relatively] narrow useI know of no such proposal currently under review.
I would expect such a proposal to come through SG6 (the numerics study group).