-
-
Notifications
You must be signed in to change notification settings - Fork 595
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 math/base/special/kernel-log1p
#2144
Conversation
lib/node_modules/@stdlib/math/base/special/kernel-log/test/test.js
Outdated
Show resolved
Hide resolved
Code coverage report: For the code coverage report, we are not able to get inside the branch when |
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.
Not being able to reach inside the polynomial functions is fine. We could write tests specifically for the polyval modules, but that seems like overkill for now.
Extra precision is not needed for example values.
math/base/special/kernel-log
math/base/special/kernel-log1p
@gunjjoshi Okay. I've updated this PR. Note that I've done so based on msun v12.2.0. We should go ahead and update It's still misleadingly misnamed IMO, and, in contrast to things like As mentioned in my comment above, hard to test this function against reference implementations as doesn't really make sense on its own. So, I've effectively introduced smoke tests to ensure no accidental changes leading to regressions. At this point, I think this is ready, but you should give it another look through to ensure that I haven't missed anything. If all looks good to you, I'll go ahead and merge. And once merged, if you want to take on refactoring |
lib/node_modules/@stdlib/math/base/special/kernel-log1p/docs/repl.txt
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/kernel-log1p/docs/types/test.ts
Show resolved
Hide resolved
Thanks for looking into this @kgryte. I tried to go through all the changes thoroughly, everything seems fine. |
lib/node_modules/@stdlib/math/base/special/kernel-log1p/docs/repl.txt
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
@gunjjoshi Thanks for reviewing. I'll merge once CI finishes. |
Description
This pull request:
math/base/special/kernel-log1p
.Related Issues
None.
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers