UNPKG

f-kevin-ramos

Version:

mi libreria

4 lines (3 loc) 91 B
module.exports = function (Y2,Y1,X2,X1){ return (((Y2-Y1)^2 - (X2-X1)^2) ^ 1/2 ); }