bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] [bug #36152] Incorrect asymptotics of spherical Bessel functio


From: Jussi Lehtola
Subject: [Bug-gsl] [bug #36152] Incorrect asymptotics of spherical Bessel functions
Date: Thu, 20 Jun 2013 18:46:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36

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

A quick fix is to
  if(x>1.0/DBL_EPSILON)
    return 0.0;

since things go wrong exactly around there.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36152>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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