@stdlib/constants-float64-min-base10-exponent
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@stdlib/constants-float64-min-base10-exponent", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "The minimum base 10 exponent for a normal double-precision floating-point number.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -51,2 +51,4 @@ <!-- | ||
<!-- eslint-disable id-length --> | ||
```javascript | ||
@@ -53,0 +55,0 @@ var bool = ( FLOAT64_MIN_BASE10_EXPONENT === -308 ); |
143
32932
8