* Rafael Laboissiere <raf...@laboissiere.net> [2013-04-12 05:46]:

I will have a look at the specific GSL problem you mentioned.

This is what I obtain with the current version (1.15+dfsg.2-2) of the Debian libgsl0 package:

    $ cat test.c
    #include <gsl/gsl_cdf.h>
    #include <stdio.h>

    main ()
    {
        printf ("%f\n", gsl_cdf_fdist_Qinv (0.01, 1, 10000));
    }
    $ gcc -o test test.c -lgslcblas -lgsl
    $ ./test
    6.637430

It seems that the problem you are fixing in Praat is actually a non-bug in this version of GSL.

Did you spot other wrong results with GSL?

Cheers,

Rafael


--
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130412213241.gx2...@laboissiere.net

Reply via email to