Numerical Methods, MAT 350
Autumn 2001


Downloading standard subroutines from the Internet: an example.

In this example, we download a subroutine that returns machine epsilon. In the FORTRAN case, machine epsilon is computed dynamically while, in the C case, the subroutine returns the predefined constant DBL_EPSILON.