C Source Code: Secant Method || C Program for Secant Method with Output.
This program implements Secant Method for finding real root of nonlinear function in C programming language.
In this C program, x0 & x1 are two initial guesses, e is tolerable error and f(x) is actual equation whose root is being obtained using secant line method.