* Rafael Laboissiere <[email protected]> [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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to