Functions | |
template<typename F > | |
int | dzero (float a, float b, float &x0, float &rv, float eps, int mxf, F func) |
Private version of the exponential integral. More... | |
float | expint (float x) |
Private version of the cosine and sine integral. More... | |
void | sincosint (float x, float &sint, float &cint) |
int VVIObjFDetails::dzero | ( | float | a, |
float | b, | ||
float & | x0, | ||
float & | rv, | ||
float | eps, | ||
int | mxf, | ||
F | func | ||
) |
Private version of the exponential integral.
Definition at line 321 of file VVIObjF.cc.
float VVIObjFDetails::expint | ( | float | x | ) |
Private version of the cosine and sine integral.
Definition at line 198 of file VVIObjF.cc.
void VVIObjFDetails::sincosint | ( | float | x, |
float & | sint, | ||
float & | cint | ||
) |
Definition at line 193 of file VVIObjF.cc.