-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
QuestionGeneral question.General question.
Description
Description
Encountered an error when compiling native add-ons with MSVC.
Why do we prefer returning 0.0 / 0.0 instead of NAN from <math.h>?
Example:
stdlib/lib/node_modules/@stdlib/stats/base/dists/negative-binomial/skewness/src/main.c
Line 42 in a1f8442
| return 0.0 / 0.0; // NaN |
Related Issues
No response
Questions
No.
Demo
No response
Reproduction
Expected Results
Actual Results
Version
No response
Environments
Node.js
Browser Version
No response
Node.js / npm Version
No response
Platform
No response
Checklist
- Read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
QuestionGeneral question.General question.