You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the docs have the namespace as boost::math rather than boost::math::quadrature. It would be good to mention the namespace in each integrators sub-page as well as the overview.
I've also just fallen into a trap, in that:
my_exp_sinh.integrate(f, a)
Does not integrate from a to infinity, but treats a as an epsilon tolerance. Not sure what we can do about that though.