Tomaqa
Tomaqa
Same for me ("Could not find 'Uncrustify'". setting the executable does not help). I wonder whether the fact that it is not being printed in lowercase ('uncrustify') is not causing...
(OK, diky, mrknu na to nekdy po pristim tydnu.)
Mutability simply allows further operations with continued fractions, not only constructing them from floats. For example, [rational approximation](https://en.wikipedia.org/wiki/Continued_fraction#Best_rational_approximations) requires to perform binary operations on already built continued fractions, _not with...
Also, I can update the code in order to fix some of the tests that failed. But not all of them, for example in cases where `partial_denominators` are missing, which...
> The current usage is consistent with [Mathworld's definition](https://mathworld.wolfram.com/SimpleContinuedFraction.html). Are there more authoritative sources which exclude the integer part from the definition? I only found sources where either "Mathworld's definition"...
> I confess I do not see a good reason to allow non-const modifications. Consider the following example, where I want to compute [best rational approximation within an interval](https://en.wikipedia.org/wiki/Continued_fraction#Best_rational_approximations): ```c++...
> Is this being superseded by https://github.com/boostorg/math/pull/975? Totally, I did not know that it will connect back with this PR, so I assume #975 is redundant.
I added these member functions as a workaround: ``` size_t size() const noexcept { return b_.size(); } const auto& operator [](int idx) const { return b_[idx]; } auto& operator [](int...
... omlouvam se ale nedostal jsem se na to a z QE uz jsem trochu vypadnul. Neni nekdo (predpokladam ze ano) kdo uz tuto funkci pouzil a overil na nekterych...
Přeposílám od Rádi: podle mě to není to, co potřebuju - jde mi o import pořadí ze souboru od Bédi.