Skip to content

Conversation

@Neerajpathak07
Copy link
Member

Resolves none.

Description

What is the purpose of this pull request?

This pull request:

  • Adds number/float16/base/to-int32

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

  • none

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.".

{{TODO: add disclosure if applicable}}


@stdlib-js/reviewers

@Neerajpathak07 Neerajpathak07 added the Feature Issue or pull request for adding a new feature. label Dec 22, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Dec 22, 2025

Coverage Report

Package Statements Branches Functions Lines
number/float16/base/to-int32 $\color{green}129/129$
$\color{green}+0.00%$
$\color{green}3/3$
$\color{green}+0.00%$
$\color{green}1/1$
$\color{green}+0.00%$
$\color{green}129/129$
$\color{green}+0.00%$

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

@Neerajpathak07
Copy link
Member Author

@kgryte Repl throws a very strange error for such packages is it something to do with this PR or previous versions which got merged?

@Neerajpathak07 Neerajpathak07 marked this pull request as ready for review December 22, 2025 07:28
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Dec 22, 2025
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
@Neerajpathak07
Copy link
Member Author

/stdlib update-copyright-years

@stdlib-bot stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Jan 3, 2026
@stdlib-bot
Copy link
Contributor

/stdlib update-copyright-years

@Neerajpathak07, the slash command failed to complete. Please check the workflow logs for details.

View workflow run

@stdlib-bot stdlib-bot added bot: In Progress Pull request is currently awaiting automation. and removed bot: In Progress Pull request is currently awaiting automation. labels Jan 3, 2026
@stdlib-bot
Copy link
Contributor

/stdlib update-copyright-years

@Neerajpathak07, the slash command failed to complete. Please check the workflow logs for details.

View workflow run

@stdlib-bot stdlib-bot removed the bot: In Progress Pull request is currently awaiting automation. label Jan 3, 2026
t.end();
});

tape( 'the function converts integer single-precision floating-point values to signed 32-bit integers', function test( t ) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
tape( 'the function converts integer single-precision floating-point values to signed 32-bit integers', function test( t ) {
tape( 'the function converts integer half-precision floating-point values to signed 32-bit integers', function test( t ) {

t.end();
});

tape( 'the function converts decimal single-precision floating-point values to signed 32-bit integers', function test( t ) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
tape( 'the function converts decimal single-precision floating-point values to signed 32-bit integers', function test( t ) {
tape( 'the function converts decimal half-precision floating-point values to signed 32-bit integers', function test( t ) {

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

Labels

Feature Issue or pull request for adding a new feature. Needs Review A pull request which needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants