Daniel Falster wrote:
int main(void)
{
for(int df =1; df<350; df+=10)
cout<<df<<"\t"<<gsl_cdf_fdist_Pinv(0.95,1,df)<<endl;
system("pause");
return 0;
}
Thanks, I've confirmed the bug and recorded it in the BUGS file to be
fixed for the next release.
--
best regards,
Brian Gough
(GSL Maintainer)
Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/
_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl