summaryrefslogtreecommitdiff
path: root/manual/=float.texinfo
diff options
context:
space:
mode:
authorMelissa Weisshaus <melissa@gnu.org>1992-05-14 18:22:19 +0000
committerMelissa Weisshaus <melissa@gnu.org>1992-05-14 18:22:19 +0000
commit605cebb9e49187fc241f7914990acab6a30d32de (patch)
tree11ec4df46c037aceb52fd96e0d9a68b00dd60de5 /manual/=float.texinfo
parent5b046c88dcf02a1bb56f94654d19a02536192a54 (diff)
shortened node names
Diffstat (limited to 'manual/=float.texinfo')
-rw-r--r--manual/=float.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/=float.texinfo b/manual/=float.texinfo
index 7962cf14f9..88e001eb03 100644
--- a/manual/=float.texinfo
+++ b/manual/=float.texinfo
@@ -9,7 +9,7 @@ quantities, algorithms for manipulating floating-point data often need
to be parameterized in terms of the accuracy of the representation.
Some of the functions in the C library itself need this information; for
example, the algorithms for printing and reading floating-point numbers
-(@pxref{Input/Output on Streams}) and for calculating trigonometric and
+(@pxref{I/O on Streams}) and for calculating trigonometric and
irrational functions (@pxref{Mathematics}) use information about the
underlying floating-point representation to avoid round-off error and
loss of accuracy. User programs that implement numerical analysis