The document contains C code implementations of several numerical methods for solving equations, performing numerical integration, and solving ordinary differential equations. These include the bisection method, Newton-Raphson method, interpolation methods, trapezoidal rule, Simpson's rules, and Euler and Runge-Kutta methods. For each method, the relevant theory is briefly explained, then C code is provided as an example to solve a sample problem using that particular method.