This is the mail archive of the gsl-discuss@sourceware.cygnus.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]

Re: precision stuff out of sync


Thanks, you're right -- the names don't match between the files.

Thomas Walter writes:
 > 
 > Hello,
 > I think the header 'gsl_precision.h' and the file 'sys/prec.c' are out
 > of sync.
 > 
 > gsl_precision.h:
 > extern const double gsl_prec_eps[];
 > extern const double gsl_sqrt_prec_eps[];
 > extern const double gsl_root3_prec_eps[];
 > extern const double gsl_root4_prec_eps[];
 > extern const double gsl_root5_prec_eps[];
 > extern const double gsl_root6_prec_eps[];
 > 
 > sys/prec.c:
 > const double gsl_prec_sqrt_eps[_GSL_PREC_T_NUM] = {
 > same for the arrays with 'root'.
 > 
 > Bye
 > Thomas
 > 
 > -- 
 > Was gibt sieben mal sieben?  Ganz feinen Sand. 8-)
 > 
 > ----------------------------------------------
 > Dipl. Phys. Thomas Walter
 > Inst. f. Physiklische Chemie II
 > Egerlandstr. 3				Tel.: ++9131-85 27326 / 27330
 > 91058 Erlangen, Germany			email: walter@pctc.chemie.uni-erlangen.de
 > 
 > 

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