feat: add Simpson's rule numerical integration#11242
feat: add Simpson's rule numerical integration#11242Jyo561 wants to merge 1 commit intostdlib-js:developfrom
Conversation
|
👋 Hi there! 👋 And thank you for opening your first pull request! We will review it shortly. 🏃 💨 Getting Started
Next Steps
Running Tests LocallyYou can use # Run tests for all packages in the math namespace:
make test TESTS_FILTER=".*/@stdlib/math/.*"
# Run benchmarks for a specific package:
make benchmark BENCHMARKS_FILTER=".*/@stdlib/math/base/special/sin/.*"If you haven't heard back from us within two weeks, please ping us by tagging the "reviewers" team in a comment on this PR. If you have any further questions while waiting for a response, please join our Zulip community to chat with project maintainers and other community members. We appreciate your contribution! Documentation Links |
kgryte
left a comment
There was a problem hiding this comment.
This entire PR is incorrect and simply copy-pasted math/base/special/sin while updating the main.js file, with an incorrect license comment, etc. As such, I am going to close. This is not what we are looking for.
|
Thank you for working on this pull request. However, we cannot accept your contribution as this pull request does not follow project conventions. We place a high value on consistency throughout the stdlib codebase, and this pull request was found to significantly deviate from stdlib conventions. We encourage you to closely examine other packages in stdlib and attempt to emulate the practices and conventions found therein.
In short, the more effort you put in to ensure that your contribution looks and feels like stdlib—including variables names, bracket spacing, line breaks, etc—the more likely that your contribution will be reviewed and ultimately accepted. We encourage you to closely study the codebase before continuing to work on this pull request. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Description
This pull request:
Related Issues
This pull request has the following related issues:
Questions
No.
Other
This contribution is part of my interest in extending numerical computing capabilities in stdlib, particularly in the areas of integration, differentiation, and differential equation solvers.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
I used AI tools (ChatGPT) to understand stdlib structure and assist with drafting the implementation, tests, and documentation. All changes were reviewed, adapted, and validated manually.
@stdlib-js/reviewers