-
-
Notifications
You must be signed in to change notification settings - Fork 500
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 array/base/unary3d-by
#3219
base: develop
Are you sure you want to change the base?
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
/stdlib merge |
@Neerajpathak07 CI failures need to be addressed before this PR can be reviewed. |
array/base/unary3d-by
array/base/unary3d-by
@kgryte Regarding the run_affected_examples they are running perfectly on my system when I tested them locally:- |
I'll resolve the lint errors and commit again. |
var y = zeros3d( shape ); | ||
console.log( y ); | ||
|
||
unary23By( [ x, y ], shape, abs, accessor ); |
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.
unary23By( [ x, y ], shape, abs, accessor ); | |
unary3dBy( [ x, y ], shape, abs, accessor ); |
Resolves #3173
Description
This pull request:
array/base/unary3d-by
Related Issues
This pull request:
array/base/unary3d-by
#3173Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers