-
-
Notifications
You must be signed in to change notification settings - Fork 486
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!: update the return value for n=1
in math/base/special/bernoulli
#3108
Conversation
lib/node_modules/@stdlib/math/base/special/bernoulli/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/bernoulli/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/bernoulli/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/bernoulli/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/bernoulli/test/test.native.js
Outdated
Show resolved
Hide resolved
n=1
in math/base/special/bernoulli
n=1
in math/base/special/bernoulli
Note that this change is not a "refactor", per se, but a breaking change. Upon merging, we will need to articulate that breaking change to ensure that the changelog is populated correctly. |
…/c/native/benchmark.c Co-authored-by: Athan <[email protected]> Signed-off-by: Gunj Joshi <[email protected]>
Co-authored-by: Athan <[email protected]> Signed-off-by: Gunj Joshi <[email protected]>
….native.js Co-authored-by: Athan <[email protected]> Signed-off-by: Gunj Joshi <[email protected]>
Co-authored-by: Athan <[email protected]> Signed-off-by: Gunj Joshi <[email protected]>
Signed-off-by: Gunj Joshi <[email protected]>
Signed-off-by: Gunj Joshi <[email protected]>
Got it, thanks for explaining! |
lib/node_modules/@stdlib/math/base/special/bernoulli/test/test.native.js
Outdated
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!
Description
This pull request:
math/base/special/bernoullif
#3037 (comment)n = 1
, and return0.5
inmath/base/special/bernoulli
.Related Issues
None.
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers