bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gsl] lambert W function


From: Katrin Wolff
Subject: Re: [Bug-gsl] lambert W function
Date: Thu, 26 Apr 2007 11:27:16 +0200

Hi,

An example program to reproduce the error on my installation of apple darwin is:

#include <gsl/gsl_sf_lambert.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>

int main(int argc, char *argv[])
{ 
        double x = 1.6849341956993197921832461361191235482692718505859;
        double w = gsl_sf_lambert_W0(x);

        printf("x= %.50g\n", x);
        printf("w= %.50g\n", w);
   
        return 0;
  
}

On Linux suse 9.3 it ran without error, however.

Katrin


> Can you send an example program which shows the problem so we can
> reproduce it. Thanks.
> 
> -- 
> Brian Gough
> 
> Network Theory Ltd,
> Publishing Free Software Manuals --- http://www.network-theory.co.uk/

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail




reply via email to

[Prev in Thread] Current Thread [Next in Thread]