[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Overflow problem with Laguerre polynomials
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] Overflow problem with Laguerre polynomials |
Date: |
Fri, 1 Oct 2004 17:32:42 +0100 |
Jens Koch writes:
> I'm using the following code to calculate Laguerre polynomial values -
>
> int status = gsl_sf_laguerre(2, 1.0, 16.0, &result);
>
> The program compiles correctly, but the program terminates with the
> following runtime error:
>
> gsl: laguerre.c:96: ERROR: overflow
The source file specfunc/laguerre.c will show how it is computed.
You may want to send a bug report to address@hidden for this.
--
Brian Gough
Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.co.uk/gsl/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Help-gsl] Overflow problem with Laguerre polynomials,
Brian Gough <=