-
-
Notifications
You must be signed in to change notification settings - Fork 860
feat: add C implementation for @stdlib/math/base/special/erfcx
#2040
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
aee180e
feat(math): c implementation of `@stdlib/math/base/special/erfcx
USERSATOSHI 0eb6f10
style: updated readme.md for @stdlib/math/base/special/erfcx
USERSATOSHI b714b73
fix: added missing semicolon and fixed dependecies in manifest.json
USERSATOSHI b39d36e
style: converted missed @returns to @return
USERSATOSHI 6ab0b8e
style: removed @private
USERSATOSHI 4fda9a4
Apply suggestions from code review
kgryte 2b40a3b
Apply suggestions from code review
kgryte dc27930
Apply suggestions from code review
kgryte bd9b4e5
Apply suggestions from code review
kgryte 210228c
Apply suggestions from code review
kgryte 2f2b3b1
style: fixed main.c style, updating copyrights in benchmark and added…
USERSATOSHI 1b9d45b
style: applied style changes according to review
USERSATOSHI 00e5f99
Merge branch 'stdlib-js:develop' into erfcx
USERSATOSHI 18a5d4e
Update lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/c/n…
gunjjoshi 98b4052
Update lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/c/n…
gunjjoshi dc8da04
chore: update benchmarks
gunjjoshi d74088a
Update lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/ben…
gunjjoshi a817c42
style: style changes, use isnan in main.js, correct function name
gunjjoshi 4d9ba5d
docs: update tests
gunjjoshi b1bf893
bench: use correct function name
gunjjoshi efa7e5d
docs: include function signature in README.md
gunjjoshi 2e00169
docs: remove unused stdint include
gunjjoshi e3a2854
test: decrease tolerances
gunjjoshi 3d53747
docs: fix function name in example code
Planeshifter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
style: updated readme.md for @stdlib/math/base/special/erfcx
- Loading branch information
commit 0eb6f10816e04f20b13a9fd09e37ce20d9fa8a84
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.