SpECTRE
v2025.03.17
|
Sum a continued fraction. More...
#include <FractionUtilities.hpp>
Public Types | |
using | Term_t = std::decay_t< decltype(std::declval< Fraction >().numerator())> |
Public Member Functions | |
Fraction | value () const |
Sum of the supplied continued fraction terms. If the exact sum cannot be represented by the Fraction type, a semiconvergent may be returned instead. | |
void | insert (Term_t term) |
Insert a new term. Terms should be supplied from most to least significant. | |
Sum a continued fraction.
Fraction | the result type, which must be a fraction type |