mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] accuracy
@ 2021-02-06  7:46 Paul Zimmermann
  0 siblings, 0 replies; only message in thread
From: Paul Zimmermann @ 2021-02-06  7:46 UTC (permalink / raw)
  To: musl

       Hi,

with the two patches from Szabolcs on top of musl-1.2.2, I confirm the results
for acosh and sinh are back to normal for the whole binary32 range:

Checking function acosh with MPFR_RNDN
...
libm wrong by up to 2.01e+00 ulp(s) [2] for x=0x1.01cb98p+0
acoshf     gives 0x1.e4ce84p-4
mpfr_acosh gives 0x1.e4ce8p-4
Total: errors=295917691 (6.92%) errors2=2708 maxerr=2.01e+00 ulp(s)

Checking function sinh with MPFR_RNDN
...
libm wrong by up to 1.83e+00 ulp(s) [2] for x=0x1.783ab6p-1
sinhf     gives 0x1.9b038p-1
mpfr_sinh gives 0x1.9b0384p-1
Total: errors=72811936 (1.70%) errors2=31216 maxerr=1.83e+00 ulp(s)

Paul

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-06  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-06  7:46 [musl] accuracy Paul Zimmermann

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).