@stdlib/constants-float64-eps
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@stdlib/constants-float64-eps", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -34,3 +34,3 @@ <!-- | ||
<div class="equation" align="center" data-raw-text="\epsilon = b^{-(p-1)}" data-equation="eq:epsilon_float64"> | ||
<img src="https://cdn.rawgit.com/stdlib-js/stdlib/7e0a95722efd9c771b129597380c63dc6715508b/lib/node_modules/@stdlib/constants/float64/eps/docs/img/equation_epsilon_float64.svg" alt="Epsilon for a double-precision floating-point number."> | ||
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@5d87cc7cb2c58aeb732872f89562d2c89571cc8a/lib/node_modules/@stdlib/constants/float64/eps/docs/img/equation_epsilon_float64.svg" alt="Epsilon for a double-precision floating-point number."> | ||
<br> | ||
@@ -37,0 +37,0 @@ </div> |
38735
9