robust-dot-product
Version:
Exactly computes the dot product between two vectors
35 lines (34 loc) • 702 B
JSON
{
"name": "robust-dot-product",
"version": "1.0.0",
"description": "Exactly computes the dot product between two vectors",
"main": "dot-prod.js",
"directories": {
"test": "test"
},
"dependencies": {
"robust-sum": "^1.0.0",
"two-product": "^1.0.0"
},
"devDependencies": {
"tape": "^2.12.3"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/robust-dot-product.git"
},
"keywords": [
"dot",
"product",
"exact",
"arithmetic"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/robust-dot-product/issues"
}
}