ABSTRACT

A FORTRAN subroutine, subroutine divdifJ, for implementing a quadratic divided difference polynomial is presented below. Program main (Program 4.3) defines the data set and prints it, cal1s subroutine divdiffto implement the solution, and prints the solution. It shows only the statements which are different from the statements in Program 4.1.