octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #36364] DERF.F: Inaccurate results for very sm


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #36364] DERF.F: Inaccurate results for very small values of x
Date: Wed, 09 May 2012 04:01:32 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Lakechicken/3.6.13

Follow-up Comment #2, bug #36364 (project octave):

(reposting the suggested fix, formatted for the bug tracker)


In the file DERF.F, part of libcruft, the line:


IF (Y.LE.SQEPS) DERF = 2.0D0*X*X/SQRTPI


should be:


IF (Y.LE.SQEPS) DERF = 2.0D0*X/SQRTPI


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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