Comparing version 1.1.0 to 1.1.1
@@ -7,6 +7,6 @@ 'use strict' | ||
function add(a, b) { | ||
function add (a, b) { | ||
var n = a.length | ||
var r = new Array(n) | ||
for(var i=0; i<n; ++i) { | ||
for (var i=0; i<n; ++i) { | ||
r[i] = bnadd(a[i], b[i]) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "rat-vec", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Exact rational vector arithmetic", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"big-rat": "^1.0.0" | ||
"big-rat": "^1.0.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
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
Updatedbig-rat@^1.0.3