xref
: /
plan9
/
sys
/
man
/
2
/
hypot
(revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
HYPOT 2
NAME
hypot - Euclidean distance
SYNOPSIS
#include <
u.h
>
#include <
libc.h
>
double hypot(double x, double y)
DESCRIPTION
Hypot
returns .EX sqrt(x*x + y*y) taking precautions against unwarranted overflows.
SOURCE
/
sys
/
src
/
libc
/
port
/
hypot.c