-
-
Notifications
You must be signed in to change notification settings - Fork 490
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 LL_D
in math/base/napi/binary
#2726
Conversation
lib/node_modules/@stdlib/math/base/napi/binary/include/stdlib/math/base/napi/binary.h
Show resolved
Hide resolved
Signed-off-by: Athan <[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.
LGTM. Thanks, @gunjjoshi!
Would you mind submitting a follow-up PR fixing the missing includes in the int32
examples? Thanks!
@kgryte Sure, I'll make the PR. |
@gunjjoshi Looks like some of the README examples are also missing |
@kgryte I'll update them as well, thanks for the update. |
PR-URL: #2728 Ref: #2726 (review) Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]>
PR-URL: stdlib-js#2726 Ref: stdlib-js#2206 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]>
PR-URL: stdlib-js#2728 Ref: stdlib-js#2726 (review) Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]>
Description
This pull request:
napi_value stdlib_math_base_napi_ll_d( napi_env env, napi_callback_info info, double (*fcn)( double, int64_t, int64_t ) )
inmath/base/napi/binary
.Related Issues
This pull request:
math/base/special/binomcoef
#2206.Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers