/[gsl]/gsl/cdf/gauss.c
ViewVC logotype

Diff of /gsl/cdf/gauss.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.5 by jstover, Mon Feb 17 22:59:29 2003 UTC revision 1.1.2.6 by jstover, Mon Feb 17 23:08:54 2003 UTC
# Line 130  static double gauss_smallx(const double Line 130  static double gauss_smallx(const double
130  /*  /*
131   * Normal cdf for 0.66291 < fabs(x) < sqrt(32).   * Normal cdf for 0.66291 < fabs(x) < sqrt(32).
132   */   */
133  static double gauss_mediumx_Q ( const double x, gsl_cdf_tail_t tail )  static double gauss_mediumx_Q ( const double x)
134  {  {
135    int n;    int n;
136    double temp = 0.0;    double temp = 0.0;
# Line 346  double gsl_cdf_gauss_Q (const double x ) Line 346  double gsl_cdf_gauss_Q (const double x )
346      }      }
347    else if ( absx < sqrt(32))    else if ( absx < sqrt(32))
348      {      {
349        result = gauss_mediumx(x);        result = gauss_mediumx_Q(x);
350      }      }
351    else if ( x < GAUSS_XUPPER || x < GAUSS_XLOWER )    else if ( x < GAUSS_XUPPER || x < GAUSS_XLOWER )
352      {      {

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26