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

Implement documentation for polynomials and barycentric formula #15

Open
pasabanov opened this issue Mar 7, 2025 · 0 comments
Open
Assignees
Labels
docs Improvements or additions to documentation feature New feature or request

Comments

@pasabanov
Copy link
Member

Problem or Motivation

The barycentric formula was updated in ALFI-lib/ALFI#47.

The changes must be reflected in the documentation.

The barycentric formula is based on the improved Lagrange formula, which is based on the Lagrange formula, so the documentations for these formulas should be related.

The documentation for the Newton formula should also be implemented.

Solution or Suggestion

Tasks:

    • Add documentation for the Lagrange formula.
    • Add documentation for the improved Lagrange formula.
    • Add documentation for the Newton formula.
    • Add documentation for the barycentric formula.
@pasabanov pasabanov added docs Improvements or additions to documentation feature New feature or request labels Mar 7, 2025
@pasabanov pasabanov self-assigned this Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant