-
-
Notifications
You must be signed in to change notification settings - Fork 907
feat: add C implementation for stats/base/dists/erlang/variance
#4345
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
feat: add C implementation for stats/base/dists/erlang/variance
#4345
Conversation
stats/base/dists/erlang/variance
stats/base/dists/erlang/variance
Coverage Report
The above coverage report was generated for the changes in this PR. |
/stdlib update-copyright-years |
@Neerajpathak07, slash command not recognized. Please use |
Signed-off-by: Neeraj Pathak <[email protected]>
@Planeshifter the following PR's on Erlang distribution are ready for review:- #4291 , #4263 and this one!! |
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/examples/c/example.c
Outdated
Show resolved
Hide resolved
...s/@stdlib/stats/base/dists/erlang/variance/include/stdlib/stats/base/dists/erlang/variance.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/manifest.json
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <[email protected]>
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/src/addon.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/erlang/variance/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a few edits, but should be ready to land now. Thanks, @Neerajpathak07!
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
Resolves #3579.
Description
This pull request:
stats/base/dists/erlang/variance
Related Issues
This pull request:
@stdlib/stats/base/dists/erlang/variance
#3579Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers