Skip to content

feat: add math/base/special/log10f - #4210

Closed
Neerajpathak07 wants to merge 4 commits into
stdlib-js:developfrom
Neerajpathak07:add-log10f
Closed

feat: add math/base/special/log10f#4210
Neerajpathak07 wants to merge 4 commits into
stdlib-js:developfrom
Neerajpathak07:add-log10f

Conversation

@Neerajpathak07

@Neerajpathak07 Neerajpathak07 commented Dec 24, 2024

Copy link
Copy Markdown
Member

Progresses #649

Description

What is the purpose of this pull request?

This pull request:

  • adds math/base/special/log10f

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added the Math Issue or pull request specific to math functionality. label Dec 24, 2024
y = (float)k;
f = xc - 1.0;
hfsq = 0.5 * f * f;
R = stdlib_base_kernel_log1p( f );

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will be need to add implementations for kernel-log1pf.

@Planeshifter Planeshifter added the Potential Duplicate There might be another pull request resolving the same issue. label Mar 15, 2025
@stdlib-bot stdlib-bot removed the Potential Duplicate There might be another pull request resolving the same issue. label Apr 19, 2025
@anandkaranubc

Copy link
Copy Markdown
Contributor

Completed here: #8873

@anandkaranubc anandkaranubc added the autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. label Aug 10, 2026
@stdlib-bot

Copy link
Copy Markdown
Contributor

Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit.

Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions.

@stdlib-bot stdlib-bot closed this Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. Math Issue or pull request specific to math functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants