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

[RFC]: evaluate a Chebyshev polynomial of the second kind on [-2,2] at a value x #125

Open
4 tasks done
kgryte opened this issue Aug 30, 2017 · 2 comments
Open
4 tasks done
Labels
Accepted RFC feature request which has been accepted. difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. priority: Normal Normal priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.

Comments

@kgryte
Copy link
Member

kgryte commented Aug 30, 2017

Checklist

Please ensure the following tasks are completed before filing an issue.

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • If this is a general question, searched the FAQ for an existing answer.
  • If this is a feature request, the issue name begins with RFC:.

Description

Description of the issue (or feature request).

Add support for evaluating a Chebyshev polynomial of the second kind on [-2,2] at a value x.

Package: @stdlib/math/base/special/chebyshev-s-polynomial
Alias: base.chebyshevspoly

Implementation should be straightforward, but depends on @stdlib/math/base/special/chebyshev-u-polynomial.

Related Issues

Does this issue (or feature request) have any related issues?

No.

Questions

Any questions for reviewers?

No.

Other

Any other information relevant to this issue (or feature request)? This may include screenshots, references, stack traces, sample output, and/or implementation notes.

Reference implementations:

@kgryte kgryte added difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. RFC Request for comments. Feature requests and proposed changes. labels Aug 30, 2017
@kunal-511

This comment has been minimized.

@kgryte

This comment has been minimized.

@kgryte kgryte changed the title RFC: evaluate a Chebyshev polynomial of the second kind on [-2,2] at a value x [RFC]: evaluate a Chebyshev polynomial of the second kind on [-2,2] at a value x Oct 18, 2024
@kgryte kgryte added Accepted RFC feature request which has been accepted. priority: Normal Normal priority concern or feature request. labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted RFC feature request which has been accepted. difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. priority: Normal Normal priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
Development

No branches or pull requests

2 participants