]> git.ipfire.org Git - thirdparty/glibc.git/commit
manual: significand() uses FLT_RADIX, not 2
authorAlejandro Colomar <alx@kernel.org>
Sun, 31 Mar 2024 20:38:52 +0000 (22:38 +0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 3 Apr 2024 12:16:22 +0000 (09:16 -0300)
commit95c70fd0d467450e75354316453824693f07c3cc
tree8815e7bb85bc9bc3d6bbdc7419c475bcd3798390
parente01b3b86e821e1132da76ce79ebb301033141e6d
manual: significand() uses FLT_RADIX, not 2

It's implemented using scalb(), which uses FLT_RADIX, AFAIK.

Link: <https://lore.kernel.org/linux-man/ZeYKUOKYS7G90SaV@debian/T/#mf21ab57e16b92eb6be6c7df79dc0eb43d4454056>
Reported-by: Morten Welinder <mwelinder@gmail.com>
Cc: Adhemerval Zanella Netto <adhemerval.zanella@linaro.org>
Cc: Vincent Lefevre <vincent@vinc17.net>
Cc: DJ Delorie <dj@redhat.com>
Cc: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Cc: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Reviewed-by: DJ Delorie <dj@redhat.com>
manual/arith.texi