/[gsl]/gsl/cdf/gsl_cdf.h
ViewVC logotype

Diff of /gsl/cdf/gsl_cdf.h

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

revision 1.1.2.3 by jstover, Thu Jan 2 23:17:52 2003 UTC revision 1.1.2.4 by jstover, Thu Jan 9 03:04:23 2003 UTC
# Line 41  __BEGIN_DECLS Line 41  __BEGIN_DECLS
41  typedef unsigned int gsl_cdf_tail_t;  typedef unsigned int gsl_cdf_tail_t;
42    
43  double gsl_cdf_gauss ( double x, gsl_cdf_tail_t tail );  double gsl_cdf_gauss ( double x, gsl_cdf_tail_t tail );
44  int gsl_cdf_gamma_e ( double x, double alpha, double beta,  int gsl_cdf_gamma_e ( double x, double scale, double shape,
45                        gsl_cdf_tail_t tail, gsl_cdf_result *result);                        gsl_cdf_tail_t tail, gsl_cdf_result *result);
46    double gsl_cdf_gamma ( double x, double scale,
47                           double shape, gsl_cdf_tail_t tail );
48    
49  __END_DECLS  __END_DECLS
50    

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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