Skip to content

NakerTheFirst/Numerical-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical methods

My Numerical Methods class C++ algorithm implementations.

List of methods

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