Penguin
Annotated edit history of hypot(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 HYPOT
2 !!!HYPOT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFORMING TO
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 hypot - Euclidean distance function
13 !!SYNOPSIS
14
15
16 __#include
17 __ ''x''__, double__ ''y''__);
18 __
19 !!DESCRIPTION
20
21
22 The __hypot()__ function returns the sqrt(x*x + y*y).
23 This is the length of the hypotenuse of a right-angle
24 triangle with sides of length ''x'' and ''y'', or the
25 distance of the point (x, y) from the origin.
26 !!CONFORMING TO
27
28
29 SVID 3, BSD 4.3
30 !!SEE ALSO
31
32
33 sqrt(3)
34 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.