ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cbetacf.cpp
Go to the documentation of this file.
1 
8 #include <fvar.hpp>
9 #include "betacf_val.hpp"
10 
11 double betacf(const double a, const double b, const double x, int MAXIT){
12  typedef double Float;
13  return betacf<Float>(a,b,x,MAXIT);
14 }
#define x
#define MAXIT
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Float betacf(Float a, Float b, Float x, int MAXIT)
Definition: betacf_val.hpp:13