Skip to content

DOC: Add polynomial evaluation examples and improve polyval docs #29578

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

olivvius
Copy link

  • Add evaluation examples to polynomial quick reference table
  • Enhance polyval docstring with clearer examples
  • Add warning about domain/window scaling with fitted polynomials
  • Show comparison between legacy and new polynomial APIs

Fixes #25587

- Add evaluation examples to polynomial quick reference table
- Enhance polyval docstring with clearer examples
- Add warning about domain/window scaling with fitted polynomials
- Show comparison between legacy and new polynomial APIs

Fixes numpy#25587"
@@ -187,4 +191,4 @@ Documentation for legacy polynomials
.. toctree::
:maxdepth: 2

routines.polynomials.poly1d
routines.polynomials.poly1d
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The trailing newline is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: missing examples for np.polynomial.polynomial.polyval
2 participants