Description
Checklist
Please ensure the following tasks are completed before filing a bug report.
- Read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
Description
Description of the issue.
To ensure conformance of @stdlib/math/base/special/*
functions with IEEE 754-2019, we should explicitly include compliance tests in the various test suites of the mathematical functions (e.g., pow
, exp
, etc) present in the standard. The IEEE 754 standard explicitly states behavior for various edge cases for each mathematical function. By including these tests, we can ensure that the underlying implementations, should they change, always remain IEEE 754 compliant.
Related Issues
Does this issue have any related issues?
None.
Questions
Any questions for reviewers?
No.
Other
Any other information relevant to this issue? This may include screenshots, references, stack traces, sample output, and/or implementation notes.
No.