From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8c006acfdac254abfc25527917ec58d0@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] bessel From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 25 Feb 2003 13:15:56 +0000 Topicbox-Message-UUID: 71e512b8-eacb-11e9-9e20-41e7f4b1d025 > the Plan9 maths library does not appear to have erf() > (The error function), or bessel functions of any kind. > > I can find several implementations on the net but does > anyone have any reccomendations for correct (and ideally fast) > example? the comments in the implementation that inferno uses for these functions say: /* derived from /netlib/fdlibm */ /* @(#)fdlibm.h 1.5 95/01/18 */ /* * ==================================================== * 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. * ==================================================== */ which might point you at some sort of a reasonable implementation.