Skip to content
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

feat: cached properties for even- and odd-order convergents of ContinuedFraction objects #37

Closed
sr-murthy opened this issue Mar 16, 2024 · 0 comments · Fixed by #53
Closed
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@sr-murthy
Copy link
Owner

Cached properties for even- and odd-order convergents would be useful for approximations - as they have the property that they both converge monotonically to the same number but from opposite directions.

This is linked to #35, and can be implemented as part of the same PR.

The documentation should be updated with examples.

@sr-murthy sr-murthy added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 16, 2024
@sr-murthy sr-murthy changed the title feat: cached properties for even- and odd-order convergents feat: cached ContinuedFraction properties for even- and odd-order convergents Mar 16, 2024
@sr-murthy sr-murthy changed the title feat: cached ContinuedFraction properties for even- and odd-order convergents feat: cached properties for even- and odd-order convergents of ContinuedFraction objects Mar 16, 2024
sr-murthy added a commit that referenced this issue Mar 18, 2024
… odd-order convergents + docs tidy up
sr-murthy added a commit that referenced this issue Mar 18, 2024
… odd-order convergents + docs tidy up and improvements
sr-murthy added a commit that referenced this issue Mar 18, 2024
… odd-order convergents + docs tidy up and improvements
sr-murthy added a commit that referenced this issue Mar 18, 2024
* docs: improve contribution docs

* chore: tweak project description + keywords in project TOML

* feat: closes #37: `ContinuedFraction` cache dproperties for even- and odd-order convergents + docs tidy up and improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant