Man page issues: logb, significand, cbrt, log2, log10, exp10
Alejandro Colomar
alx@kernel.org
Sun Mar 3 02:21:26 GMT 2024
- Previous message (by thread): Man page issues: logb, significand, cbrt, log2, log10, exp10
- Next message (by thread): Man page issues: logb, significand, cbrt, log2, log10, exp10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hi Morten,
On Sat, Mar 02, 2024 at 09:02:24PM -0500, Morten Welinder wrote:
> Thanks.
>
> There is (was?) already crlibm out there.
> https://core-math.gitlabpages.inria.fr/ No particular need for wheel
> reinvention here.
crlibm doesn't seem to exist anymore. Maybe just add some headers to
core-math, and package it as a standalone library.
> FWIW, it appears that the author of the glibc exp10 implementation
> agrees with me that the implementation is sub-standard:
>
> https://codebrowser.dev/glibc/glibc/math/e_exp10.c.html
>
> /* This is a very stupid and inprecise implementation. It'll get
> replaced sometime (soon?). */
> return __ieee754_exp (M_LN10 * arg);
Hmmm. Still, it's simple. If pow(10, x) is strictly better, maybe one
can prove it and send a patch. Or for something better, it'll take more
work.
Have a lovely night!
Alex
--
<https://www.alejandro-colomar.es/>
Looking for a remote C programming job at the moment.
-------------- 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/20240303/601519ac/attachment-0001.sig>
- Previous message (by thread): Man page issues: logb, significand, cbrt, log2, log10, exp10
- Next message (by thread): Man page issues: logb, significand, cbrt, log2, log10, exp10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Libc-alpha
mailing list