You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #71 introduced a regression in the accuracy of some double-flonum functions: fl2sqrt, fl2sqr, fl2/, flsqrt/error. This was to avoid using the translated code from crlibm for licensing reasons. As far as I know, the algorithms used in crlibm are not published anywhere, and the currently-implemented algorithms are the best ones I could find. But I don't know this area and I'm sure more could be done.
PR #71 introduced a regression in the accuracy of some double-flonum functions:
fl2sqrt
,fl2sqr
,fl2/
,flsqrt/error
. This was to avoid using the translated code from crlibm for licensing reasons. As far as I know, the algorithms used in crlibm are not published anywhere, and the currently-implemented algorithms are the best ones I could find. But I don't know this area and I'm sure more could be done.See also #38.
The text was updated successfully, but these errors were encountered: