From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24509 invoked by alias); 25 Sep 2007 19:17:03 -0000 Received: (qmail 24478 invoked by uid 22791); 25 Sep 2007 19:17:02 -0000 X-Spam-Check-By: sourceware.org Received: from network-theory.com (HELO mail.network-theory.co.uk) (66.199.228.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Sep 2007 19:16:58 +0000 Date: Tue, 25 Sep 2007 19:17:00 -0000 Message-ID: From: Brian Gough To: Yoshiki TSUNESADA Cc: gsl-discuss@sourceware.org Subject: Re: test_bessel.c: bessel_Jn_e(0, 20000) In-Reply-To: <82C7FF1FE827DBy-tsunesada@mm.em-net.ne.jp> References: <82C7FF1FE827DBy-tsunesada@mm.em-net.ne.jp> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Message-Mac: c433d39e889d3d2c2ba26a84db6eb6ad Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00040.txt.bz2 At Mon, 24 Sep 2007 22:58:10 -0400, Yoshiki TSUNESADA wrote: > > I encountered a glitch: A test code fails, in "specfunc/test_bessel.c", > line 61, > > TEST_SF(s, gsl_sf_bessel_Jn_e, (0, 20000, &r), > -7.676508175684157103e-06, TEST_TOL4, GSL_SUCCESS); Thanks, I will correct the values. In the GSL source these lines are commented out with #ifdef so they shouldn't normally cause a failure when running 'make check'. -- Brian Gough