summaryrefslogtreecommitdiff
path: root/manual/arith.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-19 16:24:41 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-19 16:24:41 +0000
commit2d26e9ebb320c04293ddd5fd5d482f47cbb3b0e7 (patch)
treec81107687bb1f4da6043531301d7a22edcefc664 /manual/arith.texi
parent3081378bb23b20ff12e30204ef324183d38d3482 (diff)
Update.
1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/terminal.texi (I/O Queues): Fix typo. * manual/stdio.texi (Closing Streams): Fix grammar. * manual/arith.texi (Absolute Value): Correct typo. Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
Diffstat (limited to 'manual/arith.texi')
-rw-r--r--manual/arith.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index ec16b7a9c5..23d3aaabdd 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -437,7 +437,7 @@ INFINITY + I * copysign (0.0, cimag (z))
These functions are provided for obtaining the @dfn{absolute value} (or
@dfn{magnitude}) of a number. The absolute value of a real number
-@var{x} is @var{x} is @var{x} is positive, @minus{}@var{x} if @var{x} is
+@var{x} is @var{x} if @var{x} is positive, @minus{}@var{x} if @var{x} is
negative. For a complex number @var{z}, whose real part is @var{x} and
whose imaginary part is @var{y}, the absolute value is @w{@code{sqrt
(@var{x}*@var{x} + @var{y}*@var{y})}}.