These functions computes continued fractions
Variables | |
| constexpr auto | eve::lentz_a = functor<lentz_a_t> |
| Implement the Lentz scheme to evaluate a continued fraction with no leading term: \(\displaystyle \frac{a_0}{b_0+\frac{a_1}{b_1+\frac{a_2}{b_2+\cdots}}}\). | |
| constexpr auto | eve::lentz_b = functor<lentz_b_t> |
| Implement the Lentz scheme to evaluate a continued fraction with leading term \(b_0\): \(\displaystyle b_0+\frac{a_1}{b_1+\frac{a_2}{b_2+\cdots}}\). | |