Comparing version 0.0.4 to 0.0.5
@@ -13,3 +13,3 @@ /** | ||
var version = '0.0.3'; | ||
var version = '0.0.5'; | ||
@@ -31,3 +31,3 @@ function calcDigit(list) { | ||
function toUpperDigit(num, digit) { | ||
return num * digit | 0; | ||
return Math.round(num * digit); | ||
} | ||
@@ -34,0 +34,0 @@ |
{ | ||
"name": "calcjs", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "calcjs", | ||
@@ -5,0 +5,0 @@ "main": "calcjs.js", |
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
13729
1