Skip to content

feat: add math/base/special/exp10f - #15118

Open
Aashrith-Vellampalli wants to merge 5 commits into
stdlib-js:developfrom
Aashrith-Vellampalli:feat-exp10f
Open

feat: add math/base/special/exp10f#15118
Aashrith-Vellampalli wants to merge 5 commits into
stdlib-js:developfrom
Aashrith-Vellampalli:feat-exp10f

Conversation

@Aashrith-Vellampalli

Copy link
Copy Markdown
Contributor

progresses #649

Description

What is the purpose of this pull request?

This pull request:

  • This PR adds C and JavaScript implementations of math/base/special/exp10f, including tests and benchmarks

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

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.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution. Example disclosures: "This PR was written primarily by Claude Code." or "I consulted ChatGPT to understand the codebase, but the proposed changes were fully authored manually by myself.".

I used AI to better understand the stdlib codebase


@stdlib-js/reviewers

Signed-off-by: Aashrith-Vellampalli <aashrith.vellampalli.24@kgpian.iitkgp.ac.in>
@Aashrith-Vellampalli
Aashrith-Vellampalli requested a review from a team September 9, 2026 04:51
@stdlib-bot stdlib-bot added Math Issue or pull request specific to math functionality. Needs Review A pull request which needs code review. labels Sep 9, 2026
@stdlib-bot

stdlib-bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
math/base/special/exp10f $\\color{red}279/281$
$\\color{red}-0.02\\%$
$\\color{red}15/16$
$\\color{green}+0.00\\%$
$\\color{green}3/3$
$\\color{green}+0.00\\%$
$\\color{red}279/281$
$\\color{red}-0.02\\%$

The above coverage report was generated for the changes in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Math Issue or pull request specific to math functionality. Needs Review A pull request which needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants