1.0.0 • Published 2 years ago
calculate-euclidean-distance v1.0.0
About
This is a simple library to calculate the euclidean distance between two points.
Usage
import euclideanDistance from "calculate-euclidean-distance";
const distance = euclideanDistance({ x: 0, y: 0 }, { x: 3, y: 4 });
console.log(distance); // 5
Hire Me
Want to hire a kickass senior frontend dev?
Email me at ikhan77727@gmail.com. LinkedIn: https://www.linkedin.com/in/imrankhan001/
P.S: I excel in Remote Work Only
1.0.0
2 years ago