-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simple_continued_fraction
#970
Comments
This seems like a reasonable ask, and not too difficult. Lemme think about how to communicate it. |
I added these member functions as a workaround:
Although the non-const functions may cause inconsistency with the private member variable Also, it is a question whether to check index bounds or not. |
Please provide this information in the documentation, it is available only in the source code:
Also, I am disappointed that I cannot acces particular coefficients of the continued fraction, so the whole class is useless in the case one does not want to use the provided public functions.
I want to use it for rational approxamations.
So I also need to convert it to rational afterwards.
The text was updated successfully, but these errors were encountered: