Skip to content

Conversation

hrshya
Copy link
Contributor

@hrshya hrshya commented Mar 26, 2025

Resolves none .

Description

What is the purpose of this pull request?

This pull request:

  • replaces manual for loop in examples for math/base/special/exp, math/base/special/exp2, math/base/special/exp10, math/base/special/expit, math/base/special/expm1 and math/base/special/expm1rel packages.

Related Issues

Does this pull request have any related issues?

This pull request:

  • resolves no 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.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Math Issue or pull request specific to math functionality. Needs Review A pull request which needs code review. labels Mar 26, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Mar 26, 2025

Coverage Report

Package Statements Branches Functions Lines
math/base/special/exp $\color{red}481/487$
$\color{green}+98.77\%$
$\color{red}21/24$
$\color{green}+87.50\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{red}481/487$
$\color{green}+98.77\%$
math/base/special/exp10 $\color{green}330/330$
$\color{green}+100.00\%$
$\color{green}19/19$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}330/330$
$\color{green}+100.00\%$
math/base/special/exp2 $\color{green}327/327$
$\color{green}+100.00\%$
$\color{green}19/19$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}327/327$
$\color{green}+100.00\%$
math/base/special/expit $\color{green}179/179$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}179/179$
$\color{green}+100.00\%$
math/base/special/expm1 $\color{red}511/513$
$\color{green}+99.61\%$
$\color{red}48/49$
$\color{green}+97.96\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{red}511/513$
$\color{green}+99.61\%$
math/base/special/expm1rel $\color{green}178/178$
$\color{green}+100.00\%$
$\color{green}9/9$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}178/178$
$\color{green}+100.00\%$

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

@kgryte kgryte added the Documentation Improvements, additions, or changes to documentation. label Mar 29, 2025
@kgryte
Copy link
Member

kgryte commented Mar 29, 2025

/stdlib merge

@stdlib-bot stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Mar 29, 2025
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

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

LGTM

@kgryte kgryte removed the Needs Review A pull request which needs code review. label Mar 29, 2025
@stdlib-bot stdlib-bot removed the bot: In Progress Pull request is currently awaiting automation. label Mar 29, 2025
@kgryte
Copy link
Member

kgryte commented Mar 30, 2025

/stdlib merge

@stdlib-bot stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Mar 30, 2025
@stdlib-bot stdlib-bot removed the bot: In Progress Pull request is currently awaiting automation. label Mar 30, 2025
@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Mar 30, 2025
@stdlib-bot
Copy link
Contributor

PR Commit Message

docs: replace manual `for` loop in examples

PR-URL: https://github.com/stdlib-js/stdlib/pull/6403

Co-authored-by: Harsh <[email protected]>
Co-authored-by: hrshya <[email protected]>
Co-authored-by: stdlib-bot <[email protected]>
Reviewed-by: Athan Reines <[email protected]>
Signed-off-by: Harsh <[email protected]>

Please review the above commit message and make any necessary adjustments.

@Planeshifter Planeshifter merged commit b834207 into stdlib-js:develop Mar 30, 2025
29 checks passed
@hrshya hrshya deleted the docs/expm1 branch April 10, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements, additions, or changes to documentation. Math Issue or pull request specific to math functionality. Ready To Merge A pull request which is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants