Contact: aviboots(AT)netvision.net.il
40,760 questions
53,134 answers
573 users
console.log(Math.hypot(5, 6, 2)); console.log(Math.hypot(3, 4)); /* run: 8.062257748298551 5 */