Mostrar lista de opciones

hypot()

« http_response_code | iconv »
<?php
$float 
hypot (
    
// float $x
    
  // float $y
);
?>
Resultado
$float = 5.0
Ejemplos
#1 hypot  (3,
 
4)