(Machine Epsilon): Fix comment syntax in macheps definition.

This commit is contained in:
Richard Stallman 2022-10-01 20:32:21 -04:00
parent c10f5999ce
commit b244cb3218
1 changed files with 1 additions and 1 deletions

View File

@ -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;