-
-
Notifications
You must be signed in to change notification settings - Fork 908
Closed
Description
Description
This RFC proposes
- This RFC proposes adding the package
@stdlib/constants/float32/min-base10-exponent-subnormal
returning minimum base 10 exponent for a subnormal single-precision floating-point number.
var FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL = require( '@stdlib/constants/float32/min-base10-exponent-subnormal' );
console.log( FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL );
// => -45
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