Skip to content

feat: add math/base/special/csc#1410

Merged
Planeshifter merged 3 commits into
stdlib-js:developfrom
MSP20086:feature/csc
Feb 29, 2024
Merged

feat: add math/base/special/csc#1410
Planeshifter merged 3 commits into
stdlib-js:developfrom
MSP20086:feature/csc

Conversation

@MSP20086
Copy link
Copy Markdown
Contributor

@MSP20086 MSP20086 commented Feb 28, 2024

Resolves #226

Description

What is the purpose of this pull request?

This pull request:

  • Calculates the cosecant for an input in radians
  • Also has the benchmarks, tests and examples

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

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

image image image

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

Copy link
Copy Markdown
Contributor

@stdlib-bot stdlib-bot left a comment

Choose a reason for hiding this comment

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

👋 Hi there! 👋

And thank you for opening your first pull request! We will review it shortly. 🏃 💨

@Planeshifter
Copy link
Copy Markdown
Member

Planeshifter commented Feb 28, 2024

Thanks for your contribution! We will try to review soon.

@Planeshifter
Copy link
Copy Markdown
Member

/stdlib update-copyright-years

Copy link
Copy Markdown
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

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

Looks all good; only issue was the source files not following the spacing conventions of the project, which err towards using spaces around parentheses and the like.

Thanks for your contribution! Will merge once CI has passed.

Comment thread lib/node_modules/@stdlib/math/base/special/csc/lib/main.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/csc/examples/index.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/csc/test/test.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/csc/benchmark/benchmark.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/csc/test/test.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/csc/test/test.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/csc/test/test.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/csc/test/test.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/csc/test/test.js Outdated
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
@Planeshifter Planeshifter merged commit b60ef62 into stdlib-js:develop Feb 29, 2024
@kgryte kgryte added Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. Base Issue or pull requests related to "low-level" functionality oriented toward library consumers. labels Feb 29, 2024
@kgryte kgryte changed the title feat: added @stdlib/math/base/special/csc feat: add math/base/special/csc Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Base Issue or pull requests related to "low-level" functionality oriented toward library consumers. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RFC: add support for computing the cosecant (csc)

4 participants