[go: up one dir, main page]

Menu

[r377]: / libpetey / erfinv.h  Maximize  Restore  History

Download this file

18 lines (9 with data), 439 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#include <gsl/gsl_sf_erf.h>
namespace libpetey {
const double ERFINV_YTRAN=6.; //larger than this we invert the complementary error func.
const double ERFCINV_YTRAN=3.; //larger than this we invert the complementary error func.
int erfinv_niter; //sets number of iterations after each call
int erfinv_nbis; //number of bisection steps
double erfinv(double x);
double erfcinv(double x);
} //end namespace libpetey