| Public Member Functions | |
| rb_cf_b (double a, double b) | |
| double | operator() (unsigned int n, double x) | 
b coefficients for the regularized beta continued fraction. | rb_cf_b::rb_cf_b | ( | double | a, | |
| double | b | |||
| ) |  [inline] | 
Create a functor with the given initial values.
| a | the a parameter passed into regularized_beta. | |
| b | the b parameter passed into regularized_beta. | 
| double rb_cf_b::operator() | ( | unsigned int | n, | |
| double | x | |||
| ) |  [inline] | 
Access the nth coefficient of the continued fraction. 
| n | the coefficient index. | |
| x | the evaluate point. | 
nth coefficient at the evalutation point of x. 
 1.5.3
 1.5.3