js-hexfloat
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -31,5 +31,5 @@ /* | ||
if (a < 1) { | ||
while (a < 1) { a *= 2; p-- } | ||
while (a < 1) { a *= 2; p-- } | ||
} else { | ||
while (a > 2) { a /= 2; p++ } | ||
while (a >= 2) { a /= 2; p++ } | ||
} | ||
@@ -36,0 +36,0 @@ var es = p < 0 ? '' : '+'; |
{ | ||
"name": "js-hexfloat", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Rudimentary C99 Hexadecimal Floating Point Support in JS", | ||
@@ -5,0 +5,0 @@ "main": "hexfloat.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21676
13
132