This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

brent.c


in release gls-0.7

/min/brent.c line 50

const double golden = 0.318966;	/* golden = (3 - sqrt(5))/2 */

should be :

const double golden = 0.3819660;	/* golden = (3 - sqrt(5))/2 */

Zeger


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]