DomiDre / gauss-quad

Rust library for applying Gaussian quadrature to integrate a function
Apache License 2.0
16 stars 4 forks source link

Add more quadrature rules (Trapezoid, Simpson,...) #6

Open DomiDre opened 4 years ago

DomiDre commented 4 years ago

Following @mxxo suggestion in #4 it makes sense to add additional quadrature schemes such as Trapezoid and Simpson rule.

If nobody wants to take it on first, I would look into it the following week!

mxxo commented 4 years ago

I added a midpoint rule draft to kick things off (#9) 🚀