emsr / quadrature

This is a C++ quadrature library reengineered from GSL and with new things added such as double exponential methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perhaps the tanh_sinh integral could use an open midpoint rule?

emsr opened this issue · comments

Perhaps the tanh_sinh integral could use an open midpoint rule?
This would only be useful if the trapezoid rule hits the endpoints.
OTOH, de rules don't work on bad endpoints anyway.

Not doing this.