MACHAR is a FORTRAN77 library which dynamically computes constants that characterize the floating point arithmetic system on a computer, by William Cody.
The constants include the value of the "machine epsilon", the smallest number that can be added to 1 and make a difference. However, it includes many other quantities of interest, including the arithmetic base, the largest and smallest magnitudes, and so on.
The FORTRAN77 version of these routines was supplied as part of ACM TOMS algorithm 665.
A C version of these routines was supplied as part of ACM TOMS algorithm 722.
Note that "Numerical Recipes" includes a listing and discussion of MACHAR.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
MACHAR is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.
MACHINE, a FORTRAN77 library which stores the appropriate values of machine constants for a given machine.
PARANOIA, a FORTRAN77 program which checks the accuracy of floating point arithmetic on a given computer, by William Kahan.
Original FORTRAN77 version by William Cody. This FORTRAN77 version by John Burkardt.
You can go up one level to the FORTRAN77 source codes.