-
-
Notifications
You must be signed in to change notification settings - Fork 864
feat: add C implementation for math/base/special/roundsd
#4438
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
25 commits
Select commit
Hold shift + click to select a range
e3753b6
feat: add math/base/special/roundsd
ShabiShett07 165b47d
chore: update copyright years
stdlib-bot e703cea
fix: resolve lint errors
stdlib-bot b977c33
Merge remote-tracking branch 'upstream/develop' into feature/roundsd
stdlib-bot 76f13c5
fix: jsdoc
ShabiShett07 28139c7
fix: jsdoc to doxygen
ShabiShett07 70bc4c8
chore: update doxygen
ShabiShett07 7557c42
chore: add suggestions
ShabiShett07 4c9ac94
fix: lint error
ShabiShett07 e07c69a
fix: lint error
ShabiShett07 34ab377
remove: unused variables
ShabiShett07 5b3ac40
chore: remove console
ShabiShett07 4e97f72
Merge remote-tracking branch 'upstream/develop' into feature/roundsd
stdlib-bot 72ccb45
test: update test messages
anandkaranubc 7c2e6b4
bench: move random number generation outside the benchmarking loops
anandkaranubc 860ebb1
docs: fix C script for generating examples
anandkaranubc d9eefe3
chore: add minor changes
ShabiShett07 cf8cced
docs: update description
kgryte 5e16e29
docs: fix description
kgryte fa48133
docs: fix line wrapping
kgryte 0d5ce2a
style: remove TeX and use backticks to be consistent with elsewhere
kgryte 56061f5
docs: fix description
kgryte 7790569
style: use consistent markup
kgryte 4230887
style: use consistent spacing
kgryte ecf314f
style: add missing space
kgryte 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
chore: update copyright years
- Loading branch information
commit 165b47d4aab94c0e10ee54b531e40c4c9397ab87
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
lib/node_modules/@stdlib/math/base/special/roundsd/benchmark/benchmark.native.js
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
2 changes: 1 addition & 1 deletion
2
lib/node_modules/@stdlib/math/base/special/roundsd/benchmark/c/Makefile
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
2 changes: 1 addition & 1 deletion
2
lib/node_modules/@stdlib/math/base/special/roundsd/benchmark/c/benchmark.c
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
2 changes: 1 addition & 1 deletion
2
lib/node_modules/@stdlib/math/base/special/roundsd/examples/c/Makefile
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
2 changes: 1 addition & 1 deletion
2
lib/node_modules/@stdlib/math/base/special/roundsd/examples/c/example.c
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
2 changes: 1 addition & 1 deletion
2
lib/node_modules/@stdlib/math/base/special/roundsd/include.gypi
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
2 changes: 1 addition & 1 deletion
2
...node_modules/@stdlib/math/base/special/roundsd/include/stdlib/math/base/special/roundsd.h
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
2 changes: 1 addition & 1 deletion
2
lib/node_modules/@stdlib/math/base/special/roundsd/lib/native.js
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
2 changes: 1 addition & 1 deletion
2
lib/node_modules/@stdlib/math/base/special/roundsd/src/Makefile
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
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
2 changes: 1 addition & 1 deletion
2
lib/node_modules/@stdlib/math/base/special/roundsd/test/test.native.js
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
Oops, something went wrong.
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.