hypot

Autres langues

Langue: pl

Autres versions - même langue

Version: 1993-06-25 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NAZWA

hypot - funkcja odleg³o¶ci euklidesowej

SK£ADNIA


#include <math.h>



double hypot(double x, double y);

OPIS

Funkcja hypot() zwraca sqrt(x*x + y*y). Jest to d³ugo¶æ przeciwprostok±tnej trójk±ta prostok±tnego o bokach d³ugo¶ci x i y, lub odleg³o¶æ punktu (x, y) od pocz±tku uk³adu wspó³rzêdnych.

ZGODNE Z

SVID 3, BSD 4.3

ZOBACZ TAK¯E

sqrt(3)