function value = r8_epsilon ( ) %% R8_EPSILON returns the machine precision for an R8. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 22 August 2004 % % Author: % % John Burkardt % % Parameters: % % Output, real VALUE, the machine precision. % value = eps; return end