Reformat using the new rules
This commit is contained in:
@@ -59,8 +59,10 @@ static double MAXLOG = 7.09782712893383996843E2;
|
||||
static double big = 4.503599627370496e15;
|
||||
static double biginv = 2.22044604925031308085e-16;
|
||||
|
||||
static double igamc(double a, double x);
|
||||
static double igam(double a, double x);
|
||||
static double
|
||||
igamc(double a, double x);
|
||||
static double
|
||||
igam(double a, double x);
|
||||
|
||||
/* Set to true (or use -v option) for verbose output */
|
||||
static bool verbose = false;
|
||||
|
||||
Reference in New Issue
Block a user