mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] asinf pulls in sqrt (double version)
@ 2022-03-10 15:44 Norbert Lange
  2022-03-10 17:05 ` Rich Felker
  0 siblings, 1 reply; 3+ messages in thread
From: Norbert Lange @ 2022-03-10 15:44 UTC (permalink / raw)
  To: musl

Hello,

pulled some of the math routines for a float-only project,
what I found is that asinf pulls in sqrt, and I cant tell whether this
is necessary because of precision.

The line is in src/math/asinf.c:
s = sqrt(z);

Regards, Norbert

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-10 17:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 15:44 [musl] asinf pulls in sqrt (double version) Norbert Lange
2022-03-10 17:05 ` Rich Felker
2022-03-10 17:36   ` Norbert Lange

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).