/[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.5 by jstover, Fri Jan 10 14:50:23 2003 UTC revision 1.1.2.6 by jstover, Wed Jan 15 22:26:43 2003 UTC
# Line 21  Line 21 
21    
22  #ifndef __GSL_CDF_H__  #ifndef __GSL_CDF_H__
23  #define __GSL_CDF_H__  #define __GSL_CDF_H__
24    #include <math.h>
25    #include <gsl/gsl_math.h>
26  #include <gsl/gsl_cdf_result.h>  #include <gsl/gsl_cdf_result.h>
27    #include <gsl/gsl_errno.h>
28  #undef __BEGIN_DECLS  #undef __BEGIN_DECLS
29  #undef __END_DECLS  #undef __END_DECLS
30  #ifdef __cplusplus  #ifdef __cplusplus
# Line 45  int gsl_cdf_gamma_e ( double x, double s Line 47  int gsl_cdf_gamma_e ( double x, double s
47                        gsl_cdf_tail_t tail, gsl_cdf_result *result);                        gsl_cdf_tail_t tail, gsl_cdf_result *result);
48  double gsl_cdf_gamma ( double x, double scale,  double gsl_cdf_gamma ( double x, double scale,
49                         double shape, gsl_cdf_tail_t tail );                         double shape, gsl_cdf_tail_t tail );
50    int gsl_cdf_inv_normal_e(double p, gsl_cdf_result * result);
51    double gsl_cdf_inv_normal ( double p );
52  __END_DECLS  __END_DECLS
53    
54  #endif /* __GSL_CDF_H__ */  #endif /* __GSL_CDF_H__ */

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