docs: fix stale identifier in math/base/special/expm1rel C comment#12444
Merged
Conversation
The inline range comment in `src/main.c` referenced `HUGE_VALUE`, the name of the JS-side constant. The C constant is `HUGE_THRESHOLD`.
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up fixes for commits merged to
developbetween 2026-06-01 13:24:01 -0700 and 2026-06-02 03:02:00 -0700 (SHA rangef7a08b6ce..2013317f8, 11 commits).Description
This pull request:
math/base/special/expm1rel— In0a659c4, fix a stale copy-paste inlib/node_modules/@stdlib/math/base/special/expm1rel/src/main.c: the half-angle-identity branch comment referencedHUGE_VALUE(the JS-side name) instead ofHUGE_THRESHOLD(the constant defined in the C file).Related Issues
None.
Questions
No.
Other
Reviewed the 11 commits merged to
developin the trailing 24h window for typos, bugs, and style-guide violations.Validation performed:
package.jsonstyle guide complianceexpm1relhalf-angle identity, newigamaxTS overloads, error-message format strings,See Alsocross-link integrity,OVERFLOW_THRESHOLDboundary)Deliberately excluded (per "high-signal only" filter):
<related-links>sentinel block inrandom/rayleigh/README.md)HUGE_THRESHOLDto match the JS-sideHUGE_VALUE— judgment call, paired-file naming parity is not a stated rule)Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code as part of an automated 24-hour follow-up audit of commits merged to
develop. The reviewer pipeline used four parallel agents (two style, two bug) over the union diff; findings were filtered to those independently corroborated and verifiable from the diff alone before any edits were applied.@stdlib-js/reviewers
Generated by Claude Code