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

Diff of /gsl/cdf/cdf_gamma.c

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

revision 1.1.2.2 by jstover, Thu Jan 2 23:18:59 2003 UTC revision 1.1.2.3 by jstover, Fri Jan 3 04:08:52 2003 UTC
# Line 1  Line 1 
1  /* gsl/cdf_gamma.c  /* cdf/cdf_gamma.c
2   *   *
3   * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002 Gerard Jungman   * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002 Gerard Jungman
4   * and Jason Stover.   * and Jason Stover.
# Line 35  Line 35 
35  #include "error.h"  #include "error.h"
36    
37  /*  /*
38   * Wrappers for the functions that do the work.   * Wrapper for the functions that do the work.
39   */   */
40  int gsl_cdf_gamma_e ( double x, double alpha,  int gsl_cdf_gamma_e ( double x, double alpha,
41                        double beta, gsl_cdf_tail_t tail, gsl_cdf_result *result)                        double beta, gsl_cdf_tail_t tail, gsl_cdf_result *result)

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

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