Re: newlib-4.5.0 yearly snapshot created
Paul Zimmermann <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Brian, > Could you please recommend a BSD/MIT licensed source of better rounded hypotl > calculations, or advise on defects and recommendations for the current release? the OpenLibm hypotl has this copyright header, is that ok? /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunSoft, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice * is preserved. * ==================================================== */ Otherwise, there is still no hypotl in CORE-MATH, but we might add this function in the near future. Best regards, Paul