/[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.2 by jstover, Sun Nov 3 21:41:36 2002 UTC revision 1.1.2.3 by jstover, Thu Jan 2 23:17:52 2003 UTC
# Line 1  Line 1 
1  /* specfunc/gsl_sf_erf.h  /* cdf/gsl_sf_erf.h
2   *   *
3   * Copyright (C) 2002 Jason H. Stover.   * Copyright (C) 2002 Jason H. Stover.
4   *   *
# Line 14  Line 14 
14   *   *
15   * You should have received a copy of the GNU General Public License   * You should have received a copy of the GNU General Public License
16   * along with this program; if not, write to the Free Software   * along with this program; if not, write to the Free Software
17   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
18   */   */
19    
20  /* Author:  J. Stover */  /* Author:  J. Stover */
21    
22  #ifndef __GSL_CDF_H__  #ifndef __GSL_CDF_H__
23  #define __GSL_CDF_H__  #define __GSL_CDF_H__
24    
25    #include <gsl/gsl_cdf_result.h>
26  #undef __BEGIN_DECLS  #undef __BEGIN_DECLS
27  #undef __END_DECLS  #undef __END_DECLS
28  #ifdef __cplusplus  #ifdef __cplusplus
# Line 39  __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,
45                          gsl_cdf_tail_t tail, gsl_cdf_result *result);
46    
47  __END_DECLS  __END_DECLS
48    

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