[PATCH v2 0/3] manual/math.texi: logb(3) and cbrt(3) fixes
Alejandro Colomar
alx@kernel.org
Tue Mar 5 16:12:19 GMT 2024
Hi,
I've merged these patches into a single patch set.
v2:
- Remove spurious parenthesis. [Vincent]
- Add patch 2/3, saying logb(x) isn't exactly the same as
floor(log2(fabs(x))). [Vincent]
Have a lovely day!
Alex
Alejandro Colomar (3):
manual: logb(x) is floor(log2(fabs(x)))
manual: floor(log2(fabs(x))) has rounding errors
manual: Cube roots are rarely representable
manual/math.texi | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
--
2.43.0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20240305/93620a3b/attachment-0001.sig>
More information about the Libc-alpha
mailing list