Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 879 Bytes

File metadata and controls

24 lines (17 loc) · 879 Bytes

Numerical Differentiation: Forward Finite Difference

Forward Finite Difference implemented in C++

Forward Finite Difference Formula

Installation

git clone https://github.com/siennatariman/forward-finite-difference-cpp.git

macOS:

  • open forward-difference.xcodeproj to launch project with Xcode
  • press the Run button

Windows Terminal:

  • open the command line and traverse to the forward-finiate-difference-cpp/forward-difference directory where main.cpp is located
  • then compile: gcc main.cpp -o ffdOutput.exe (wherein an executable file named ffdOutput.exe will be created)
  • and run: ffdOutput.exe