ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
betacf_val.hpp File Reference

(Last Changed on August 23, 2016 for git-revision 39c1a123b166ebe5680696ec23719ddfa247efbe.)

#include <math.h>

Go to the source code of this file.

Macros

#define EPS   1.0e-9
 
#define FPMIN   1.0e-30
 

Functions

template<class Float >
Float betacf (Float a, Float b, Float x, int MAXIT)
 

Macro Definition Documentation

#define EPS   1.0e-9

Definition at line 10 of file betacf_val.hpp.

Referenced by betacf(), gcf(), and gser().

#define FPMIN   1.0e-30

Definition at line 11 of file betacf_val.hpp.

Referenced by betacf().

Function Documentation

template<class Float >
Float betacf ( Float  a,
Float  b,
Float  x,
int  MAXIT 
)

Definition at line 13 of file betacf_val.hpp.

Referenced by betacf(), betai(), and pbeta().