Skip to main content
Deno 2 is finally here 🎉️
Learn more

Distance Calculator (Minkowski/Manhattan/Euclidean)

This Module allows you to compute the Distance between two n-dimensional points with your preferred method.

Usage via Commandline

deno run --allow-net https://deno.land/x/distance_calculator@2.0.0/test.ts  //or newer version

Usage Example

Output