Ben1980 / rootApproximation

Numerical root approximation methods

Home Page:https://thoughts-on-coding.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brent's Black-Box Method

A collection of root approximation methods, as discussed on thoughts-on-coding.com.

Methods:

Getting Started

To get it up and running you just need to execute:

  • ~\numericalIntegration\build\cmake .. -DCMAKE_TOOLCHAIN_FILE={YOUR_PATH_TO_VCPKG}/scripts/buildsystems/vcpkg.cmake
  • ~\numericalIntegration\build\cmake --build .

You can execute the program by ./rootApproximation

Screen capture of programm execution

Prerequisites

  • fmt external library used for formatting and printing results

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Numerical root approximation methods

https://thoughts-on-coding.com

License:MIT License


Languages

Language:Gnuplot 57.3%Language:C++ 41.8%Language:CMake 0.9%