-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: add number/float16/base/to-int32
#9306
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
base: develop
Are you sure you want to change the base?
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
@kgryte Repl throws a very strange error for such packages is it something to do with this PR or previous versions which got merged? |
lib/node_modules/@stdlib/number/float16/base/to-int32/docs/repl.txt
Outdated
Show resolved
Hide resolved
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
lib/node_modules/@stdlib/number/float16/base/to-int32/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/number/float16/base/to-int32/examples/index.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
|
/stdlib update-copyright-years |
@Neerajpathak07, the slash command failed to complete. Please check the workflow logs for details. |
@Neerajpathak07, the slash command failed to complete. Please check the workflow logs for details. |
| t.end(); | ||
| }); | ||
|
|
||
| tape( 'the function converts integer single-precision floating-point values to signed 32-bit integers', function test( t ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 ) { |
Resolves none.
Description
This pull request:
number/float16/base/to-int32Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers