@stdlib/constants-float64-max-base2-exponent
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@stdlib/constants-float64-max-base2-exponent", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "The maximum biased base 2 exponent for a 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_MAX_BASE2_EXPONENT === 1023 ); |
143
32918
8