chebyshev
Version:
Determine the Chebyshev distance between two points
19 lines (18 loc) • 386 B
JSON
{
"name": "chebyshev",
"version": "0.2.1",
"description": "Determine the Chebyshev distance between two points",
"keywords": [
"chebyshev",
"distance",
"math",
"geometry"
],
"files": ["index.js"],
"license": "MIT",
"author": "Brandon Semilla (https://github.com/semibran)",
"repository": {
"type": "git",
"url": "https://github.com/semibran/chebyshev.git"
}
}