Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 176 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 176 Bytes

Numerical methods

My Numerical Methods class C++ algorithm implementations.

List of methods

  • Newton-Raphson method
  • Halley's method
  • Euler's method