Skip to content

feat: add math/base/special/cothf - #15301

Open
AryanSharma48 wants to merge 1 commit into
stdlib-js:developfrom
AryanSharma48:feat-add-cothf
Open

AryanSharma48 wants to merge 1 commit into
stdlib-js:developfrom
AryanSharma48:feat-add-cothf

Conversation

@AryanSharma48

Copy link
Copy Markdown
Contributor

Resolves a part of #649 .

Description

What is the purpose of this pull request?

This pull request:

  • introduces the @stdlib/math/base/special/cothf package, which computes the hyperbolic cotangent of a single-precision floating-point number.
  • creates the standard package structure including JS implementations, Native C addons (addon.c, main.c), Type definitions, Benchmarks, and Tests.
  • generates comprehensive test fixtures using pure Python to test edge cases, small values, and large values.

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 consulted an AI assistant to help me research and understand the stdlib native package structure, specifically how to navigate C addons, bindings, and directory requirements by studying existing packages like tanhf, coth, cotf, and sechf.


@stdlib-js/reviewers

Signed-off-by: Aryan Sharma <aryansharma24106@gmail.com>
@stdlib-bot stdlib-bot added the Math Issue or pull request specific to math functionality. label Sep 17, 2026
@stdlib-bot

Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
math/base/special/cothf $\\color{green}170/170$
$\\color{green}+100.00\\%$
$\\color{green}5/5$
$\\color{green}+100.00\\%$
$\\color{green}2/2$
$\\color{green}+100.00\\%$
$\\color{green}170/170$
$\\color{green}+100.00\\%$

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

@AryanSharma48
AryanSharma48 marked this pull request as ready for review September 17, 2026 13:20
@AryanSharma48
AryanSharma48 requested a review from a team September 17, 2026 13:20
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Sep 17, 2026
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