refactor: use constants/float32/nan in stats/strided/snanmeanpn#11769
refactor: use constants/float32/nan in stats/strided/snanmeanpn#11769manit2004 wants to merge 2 commits intostdlib-js:developfrom
constants/float32/nan in stats/strided/snanmeanpn#11769Conversation
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
@anandkaranubc Please take a look. |
|
|
||
| ```c | ||
| const float x[] = { 1.0f, -2.0f, 0.0f/0.0f, 2.0f }; | ||
| const double x[] = { 1.0f, -2.0f, STDLIB_CONSTANT_FLOAT32_NAN, 2.0f }; |
|
|
||
| ```c | ||
| const float x[] = { 1.0f, -2.0f, 0.0f/0.0f, 2.0f }; | ||
| const double x[] = { 1.0f, -2.0f, STDLIB_CONSTANT_FLOAT32_NAN, 2.0f }; |
…LIB_CONSTANT_FLOAT32_NAN from stdlib/constants/float32/nan
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: passed
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: na
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: na
- task: lint_javascript_benchmarks
status: na
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: missing_dependencies
- task: lint_c_examples
status: missing_dependencies
- task: lint_c_benchmarks
status: missing_dependencies
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: passed
- task: lint_typescript_tests
status: na
- task: lint_license_headers
status: passed
---
4add89d to
375991b
Compare
Signed-off-by: Manit Roy <manit.roy@research.iiit.ac.in>
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes. report:
Resolves #11743 .
Description
This pull request:
0.0f/0.0fFloat32 NaN generation withSTDLIB_CONSTANT_FLOAT32_NANmacro fromconstants/float32/nanRelated 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
@stdlib-js/reviewers