2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-30 20:12:09 +00:00

Update gauss_kronrod.qbk

Clarify Real->Complex quadrature documentation for Gauss-Kronrod.
This commit is contained in:
Nick
2019-05-14 15:28:41 -04:00
committed by GitHub
parent 03cb3f04b5
commit b98f4e95f1

View File

@@ -93,6 +93,7 @@ and numbers of points.
[heading Complex Quadrature]
The Gauss-Kronrod quadrature support integrands defined on the real line and returning complex values.
In this case, the template argument is the real type, and the complex type is deduced via the return type of the function.
[heading Examples]