VERB_code_2.2
2
|
Go to the source code of this file.
Functions | |
bool | str2bool (string str) |
Return bool from string (Yes|True|1) More... | |
string | bool2str (bool b) |
Return string (Yes|No) from bool. More... | |
void | nrerror (const char *msg) |
double | gammln (double xx) |
Returns the value ln[?(xx)] for xx > 0. More... | |
double | gammp (double a, double x) |
Returns the incomplete gamma function P(a, x). More... | |
double | gammq (double a, double x) |
Returns the incomplete gamma function Q(a, x) ? 1 ? P(a, x). More... | |
void | gser (double *gamser, double a, double x, double *gln) |
void | gcf (double *gammcf, double a, double x, double *gln) |
Returns the incomplete gamma function Q(a, x) evaluated by its continued fraction representation as gammcf. Also returns ln?(a) as gln. More... | |
double | erf (double x) |
Returns the error function erf(x). More... | |
Error function.
Definition in file erf.cpp.
bool str2bool | ( | string | str) |
Return bool from string (Yes|True|1)
Converting string to boolean.
Definition at line 559 of file Parameters.cpp.
string bool2str | ( | bool | b) |
Return string (Yes|No) from bool.
Converting boolean to string.
Definition at line 567 of file Parameters.cpp.
double gammln | ( | double | xx) |
double gammp | ( | double | a, |
double | x | ||
) |
double gammq | ( | double | a, |
double | x | ||
) |
void gser | ( | double * | gamser, |
double | a, | ||
double | x, | ||
double * | gln | ||
) |
void gcf | ( | double * | gammcf, |
double | a, | ||
double | x, | ||
double * | gln | ||
) |