Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 10 Mar 2022 16:44:37 +0100
From: Norbert Lange <nolange79@...il.com>
To: musl@...ts.openwall.com
Subject: asinf pulls in sqrt (double version)

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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.