Public Member Functions | |
| rgp_s (double aa, double x) | |
| double | operator() (int n, double x) |
| rgp_s::rgp_s | ( | double | aa, | |
| double | x | |||
| ) | [inline] |
Create a functor with the given initial value.
| aa | the a parameter passed into regularized_gamma_p. | |
| x | the x parameter passed into regularized_gamma_p. |
| double rgp_s::operator() | ( | int | n, | |
| double | x | |||
| ) | [inline] |
Access the nth term of the series.
| n | the term index. | |
| x | the evaluate point. |
nth term at the evalutation point of x.
1.5.3