0.2.1 • Published 7 years ago

chebyshev v0.2.1

Weekly downloads
39
License
MIT
Repository
github
Last release
7 years ago

chebyshev

Chebyshev distance from the square F6

This module exposes the function chebyshev(a, b), which determines the Chebyshev distance between points a and b.

> const chebyshev = require('chebyshev')
> chebyshev([6, 6], [5, 2])
4

NPM

see also

license

MIT © Brandon Semilla