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 cosecant (csc) #226

Closed
3 tasks done
kgryte opened this issue Oct 23, 2018 · 3 comments · Fixed by #1410
Closed
3 tasks done

RFC: add support for computing the cosecant (csc) #226

kgryte opened this issue Oct 23, 2018 · 3 comments · Fixed by #1410
Assignees
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 cosecant. The initial implementation is straightforward:

return 1.0 / sin( x );

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

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. RFC Request for comments. Feature requests and proposed changes. 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! labels Oct 23, 2018
@kgryte kgryte changed the title RFC: add support for computing the cosecant RFC: add support for computing the cosecant (csc) Oct 23, 2018
mhmdaminraeisi added a commit to mhmdaminraeisi/stdlib that referenced this issue Feb 4, 2022
mhmdaminraeisi added a commit to mhmdaminraeisi/stdlib that referenced this issue Feb 4, 2022
@Hritik1503

This comment was marked as spam.

@MSP20086
Copy link
Contributor

MSP20086 commented Feb 27, 2024

Hi @kgryte @Planeshifter @Pranavchiku @rreusser I would like to solve this issue.

@Planeshifter
Copy link
Member

@MSP20086 Sounds good; just assigned you. Looking forward to your contribution!

Planeshifter added a commit that referenced this issue Feb 29, 2024
PR-URL: #1410
Closes: #226 

---------

Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Co-authored-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
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
4 participants