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]: add support for computing the derivative of cardinal sine (cosc) #224

Open
3 tasks done
kgryte opened this issue Oct 23, 2018 · 1 comment · May be fixed by #257 or #3122
Open
3 tasks done

[RFC]: add support for computing the derivative of cardinal sine (cosc) #224

kgryte opened this issue Oct 23, 2018 · 1 comment · May be fixed by #257 or #3122
Labels
difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Feature Issue or pull request for adding a new feature. Good First Issue A good first issue for new contributors! Help Wanted Extra attention is needed. Math Issue or pull request specific to math functionality. RFC Request for comments. Feature requests and proposed changes.

Comments

@kgryte
Copy link
Member

kgryte commented Oct 23, 2018

Checklist

Please ensure the following tasks are completed before submitting a feature request.

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.

Description

Description of the feature request.

This RFC proposes adding support for computing the derivative of cardinal sine. Apart from special cases, the implementation is straightforward:

    return (cospi( x ) - (sinpi( x )/(PI*x)) / x;

Package: @stdlib/math/base/special/cosc
Alias: base.cosc

Related Issues

Does this feature request have any related issues?

No.

Questions

Any questions for reviewers?

No.

Other

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

Reference implementations:

@kgryte kgryte added Help Wanted Extra attention is needed. Feature Issue or pull request for adding a new feature. difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Math Issue or pull request specific to math functionality. Good First Issue A good first issue for new contributors! RFC Request for comments. Feature requests and proposed changes. labels Oct 23, 2018
@Rinbo Rinbo linked a pull request Mar 14, 2019 that will close this issue
7 tasks
@Hritik1503

This comment was marked as spam.

@kgryte kgryte changed the title RFC: add support for computing the derivative of cardinal sine (cosc) [RFC]: add support for computing the derivative of cardinal sine (cosc) Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Feature Issue or pull request for adding a new feature. Good First Issue A good first issue for new contributors! Help Wanted Extra attention is needed. Math Issue or pull request specific to math functionality. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
2 participants