Generation

generate functionWed, 26 Apr 2023

Una función que calcule la hipotenusa de un triangulo

function hypotenuse(a, b) { return Math.sqrt(a * a + b * b); }

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant