eucledian_distance
Version:
Package that calculates the eucledian distance.
19 lines (18 loc) • 386 B
JSON
{
"name": "eucledian_distance",
"version": "0.0.2",
"description": "Package that calculates the eucledian distance.",
"main": "modules/index.js",
"types": "modules/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eucledian",
"distance",
"math",
"geometry"
],
"author": "NGR",
"license": "ISC"
}