Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ hypot(3M) — GDT-UNX 6.8_er0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exp(3)

HYPOT(3M)  —  UNIX Programmer’s Manual

NAME

hypot, cabs − Euclidean distance

SYNOPSIS

#include <math.h>

double hypot(x, y)
double x, y;

double cabs(z)
struct { double x, y;} z;

DESCRIPTION

Hypot and cabs return

sqrt(x\(**x + y\(**y),

taking precautions against unwarranted overflows. 

SEE ALSO

exp(3) for sqrt

August 03, 1983  —  %W%%Q%%Y%

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026