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

Diff of /gsl/cdf/flatinv.c

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

revision 1.1.2.1 by bjg, Sun Jul 20 18:19:18 2003 UTC revision 1.1.2.2 by bjg, Sun Jul 20 18:51:44 2003 UTC
# Line 53  gsl_cdf_flat_Qinv (const double Q, const Line 53  gsl_cdf_flat_Qinv (const double Q, const
53        return a;        return a;
54      }      }
55    
56    y = Q * a + (1 - Q) * b;    x = Q * a + (1 - Q) * b;
57    
58    return x;    return x;
59  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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