@stdlib/constants-float64-smallest-subnormal
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@stdlib/constants-float64-smallest-subnormal", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Smallest positive 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_SMALLEST_SUBNORMAL === 4.940656458412465e-324 ); |
143
33174
8