diff --git a/fp.texi b/fp.texi index 052e564..8824dd8 100644 --- a/fp.texi +++ b/fp.texi @@ -1198,7 +1198,7 @@ the constant @code{1.0} with a user-supplied value: double macheps (double x) @{ /* @r{Return machine epsilon for @var{x},} */ - @r{such that @var{x} + macheps (@var{x}) > @var{x}.} */ + /* @r{such that @var{x} + macheps (@var{x}) > @var{x}.} */ static const double base = 2.0; double eps;