diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-17 23:46:51 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-17 23:46:51 +0000 |
commit | 2ee633a2433eb937c1dbd9646789af46aba50831 (patch) | |
tree | cafe11389d534c29bb4b156f650621a241ee4168 /manual | |
parent | 0520adde6b06d750067cbdf46b1fb9d098b33a95 (diff) | |
download | glibc-2ee633a2433eb937c1dbd9646789af46aba50831.tar.gz glibc-2ee633a2433eb937c1dbd9646789af46aba50831.tar.xz glibc-2ee633a2433eb937c1dbd9646789af46aba50831.zip |
Correct documentation of FLT_EPSILON.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/lang.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/lang.texi b/manual/lang.texi index 82c5e962a0..9bc98710a8 100644 --- a/manual/lang.texi +++ b/manual/lang.texi @@ -1202,8 +1202,8 @@ macro's value is the same as the type it describes. @comment ISO @item FLT_EPSILON -This is the minimum positive floating point number of type @code{float} -such that @code{1.0 + FLT_EPSILON != 1.0} is true. It's supposed to +This is the difference between 1 and the smallest floating point +number of type @code{float} that is greater than 1. It's supposed to be no greater than @code{1E-5}. @comment float.h |