X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Ftukey%2Fqtukey.c;h=08f8c855d34c65ef50dabefb9f1c914490c3637b;hb=32ea29485bdd610b7d05dd806c5f06f68da0f0fe;hp=ec146001420eca7d4876e6af12a813efe3f206da;hpb=cb00cc9f9dc738f2850cd4b5a9776031f87de8a2;p=pspp diff --git a/lib/tukey/qtukey.c b/lib/tukey/qtukey.c index ec14600142..08f8c855d3 100644 --- a/lib/tukey/qtukey.c +++ b/lib/tukey/qtukey.c @@ -192,14 +192,14 @@ double qtukey(double p, double rr, double cc, double df, } /* df must be > 1 ; there must be at least two values */ - /* ^^ + /* ^^ JMD: The comment says 1 but the code says 2. Which is correct? */ assert (df >= 2); assert (rr >= 1); assert (cc >= 2); - + R_Q_P01_boundaries (p, 0, ML_POSINF);