diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-28 08:05:41 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-28 08:05:41 +0000 |
commit | 41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa (patch) | |
tree | 0464e4ab820d600c0772377a9faaabfe83540161 /manual/math.texi | |
parent | c06a49c551ebfc7f320a05546b5a013714ac82e5 (diff) | |
download | glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.tar glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.tar.gz glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.tar.bz2 glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.zip |
* manual/libc-texinfo.sh: Add entry about free manuals.
* manual/contrib.texi (Contributors): Fix cross reference.
* manual/libc.texinfo (Copying): Include freemanuals.
* manual/Makefile (appendices): Add freemanuals.
* manual/freemanuals.texi: New file.
Patch by Brian Youmans <3diff@gnu.org>.
* manual/libm-err-tab.pl: Pretty print more platforms, print a
smaller table.
* manual/math.texi (Errors in Math Functions): Fix grammar, start
table on separate page.
Patch by Brian Youmans <3diff@gnu.org>.
Diffstat (limited to 'manual/math.texi')
-rw-r--r-- | manual/math.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/manual/math.texi b/manual/math.texi index 6eba775cde..7ebcddee3f 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -1230,12 +1230,12 @@ floating-point number representation. Ideally the error for all functions is always less than 0.5ulps. Using rounding bits this is also possible and normally implemented for the basic operations. To achieve the same for the complex math functions requires a lot more work and -this was not spend so far. +this has not yet been done. Therefore many of the functions in the math library have errors. The table lists the maximum error for each function which is exposed by one -of the existing tests in the test suite. It is tried to cover as much -as possible and really list the maximum error (or at least a ballpark +of the existing tests in the test suite. The table tries to cover as much +as possible and list the actual maximum error (or at least a ballpark figure) but this is often not achieved due to the large search space. The table lists the ULP values for different architectures. Different @@ -1243,6 +1243,8 @@ architectures have different results since their hardware support for floating-point operations varies and also the existing hardware support is different. +@page +@c This multitable does not fit on a single page @include libm-err.texi @node Pseudo-Random Numbers |