bug-gsl
[Top][All Lists]
Advanced

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

[bug #58062] Dropped NaN from gsl_sf_hyperg1F1_int


From: Jackson Vanover
Subject: [bug #58062] Dropped NaN from gsl_sf_hyperg1F1_int
Date: Wed, 27 May 2020 22:58:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0

Follow-up Comment #1, bug #58062 (project gsl):

Checking back on this, I realize that the example I gave does not match the
description; the example should be as follows:


#include <gsl/gsl_sf.h>
#include <stdio.h>
#include <gsl/gsl_math.h>

int main (void){
double out;
out = gsl_sf_hyperg_1F1_int(0, 1, GSL_NAN);

printf("%f\n", out);
printf("%.21e\n", out);
return 0;
}

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58062>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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