Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben1980 committed Mar 15, 2021
1 parent 73b99b8 commit 3f251fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

A collection of numerical integration methods, as discussed on [thoughts-on-coding.com](https://thoughts-on-coding.com).

[Numerical Methods in C++ Part 1: Newton-Cotes Integration](https://thoughts-on-coding.com/2019/04/17/numerical-methods-in-c-part-1-newton-cotes-integration)
[Numerical Methods in C++ Part 1: Newton-Cotes Integration](https://thoughts-on-coding.com/2019/04/17/numerical-methods-in-cpp-part-1-newton-cotes-integration)
- Trapezoidal
- Simpson rule
- Romberg

[Numerical Methods in C++ Part 2: Gauss-Legendre Integration](https://thoughts-on-coding.com/2019/04/25/numerical-methods-in-c-part-2-gauss-legendre-integration)
[Numerical Methods in C++ Part 2: Gauss-Legendre Integration](https://thoughts-on-coding.com/2019/04/25/numerical-methods-in-cpp-part-2-gauss-legendre-integration)
- Gauss-Legendre

## Getting Started
Expand Down

0 comments on commit 3f251fa

Please sign in to comment.