DBL_EPSILON.
B is the base of the floating point numbers and
T is the number of bits used to hold the mantissa.
Thus,
B**(1-T), THE LARGEST RELATIVE SPACINGis machine epsilon.
*'s from the first column of each line of the C code
as instructed.