PHP 8.4.1 Released!

hypot

(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)

hypot Restituisce sqrt(num1*num1 + num2*num2)

Descrizione

hypot(float $num1, float $num2): float

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top