Skip to content
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

docs: replace manual for loop in examples #6490

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

hrshya
Copy link
Contributor

@hrshya hrshya commented Apr 1, 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/polygamma, math/base/special/pow, math/base/special/powm1, math/base/special/rad2deg, math/base/special/rad2degf and math/base/special/rcbrt 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 Apr 1, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Apr 1, 2025

Coverage Report

Package Statements Branches Functions Lines
math/base/special/polygamma $\color{red}1266/1318$
$\color{green}+96.05\%$
$\color{red}128/155$
$\color{green}+82.58\%$
$\color{green}16/16$
$\color{green}+100.00\%$
$\color{red}1266/1318$
$\color{green}+96.05\%$
math/base/special/pow $\color{red}1380/1382$
$\color{green}+99.86\%$
$\color{red}119/120$
$\color{green}+99.17\%$
$\color{green}11/11$
$\color{green}+100.00\%$
$\color{red}1380/1382$
$\color{green}+99.86\%$
math/base/special/powm1 $\color{green}268/268$
$\color{green}+100.00\%$
$\color{green}25/25$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}268/268$
$\color{green}+100.00\%$
math/base/special/rad2deg $\color{green}154/154$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}154/154$
$\color{green}+100.00\%$
math/base/special/rad2degf $\color{green}159/159$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}159/159$
$\color{green}+100.00\%$
math/base/special/rcbrt $\color{green}186/186$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}186/186$
$\color{green}+100.00\%$

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

@kgryte
Copy link
Member

kgryte commented Apr 2, 2025

@hrshya Would you mind resolving the CI failures?

@kgryte
Copy link
Member

kgryte commented Apr 2, 2025

In particular, the examples failures. The test failures stem from tooling limitations, it seems.

@kgryte kgryte added Needs Changes Pull request which needs changes before being merged. and removed Needs Review A pull request which needs code review. labels Apr 2, 2025
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 Changes Pull request which needs changes before being merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants