Closed
Description
Description
This RFC proposes
- This RFC proposes adding the package
@stdlib/constants/float32/max-base10-exponent-subnormal
returning maximum base 10 exponent for a subnormal single-precision floating-point number.
var FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL = require( '@stdlib/constants/float32/max-base10-exponent-subnormal' );
console.log( FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL );
// => -38
Related Issues
No response
Questions
No.
Other
No.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.
Metadata
Metadata
Assignees
Labels
No labels