From: Alejandro Colomar <alx@kernel.org>
To: libc-alpha@sourceware.org
Cc: Alejandro Colomar <alx@kernel.org>,
Morten Welinder <mwelinder@gmail.com>,
Adhemerval Zanella Netto <adhemerval.zanella@linaro.org>
Subject: [PATCH] manual: Cube roots are rarely representable
Date: Tue, 5 Mar 2024 02:10:17 +0100 [thread overview]
Message-ID: <20240305010917.8460-2-alx@kernel.org> (raw)
In-Reply-To: <ZeZv8gYTX9oExwMx@debian>
[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]
Reported-by: Morten Welinder <mwelinder@gmail.com>
Cowritten-by: Morten Welinder <mwelinder@gmail.com>
Cc: Adhemerval Zanella Netto <adhemerval.zanella@linaro.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
Hi Adhemerval,
I've used semantic newlines, but maybe you prefer not. Just let me
know.
Have a lovely night!
Alex
manual/math.texi | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/manual/math.texi b/manual/math.texi
index bf4027c4ee..bc65400bc8 100644
--- a/manual/math.texi
+++ b/manual/math.texi
@@ -697,8 +697,12 @@ Mathematically, it should return a complex number.
@standardsx{cbrtfN, TS 18661-3:2015, math.h}
@standardsx{cbrtfNx, TS 18661-3:2015, math.h}
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
-These functions return the cube root of @var{x}. They cannot
-fail; every representable real value has a representable real cube root.
+These functions return the cube root of @var{x}.
+They cannot fail;
+every representable real value
+has a real cube root,
+and rounding it to a representable value
+never causes overflow nor underflow.
@end deftypefun
@deftypefun double hypot (double @var{x}, double @var{y})
--
2.43.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
parent reply other threads:[~2024-03-05 1:10 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <ZeZv8gYTX9oExwMx@debian>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240305010917.8460-2-alx@kernel.org \
--to=alx@kernel.org \
--cc=adhemerval.zanella@linaro.org \
--cc=libc-alpha@sourceware.org \
--cc=mwelinder@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).