HYPOT - Euclidean distance.

(Compatible with UNIX System V C)

Usage:

#include <sdgstd.h>
double hypot();
z = hypot( x, y );

Where:

double x, y, z;
 

Description:

"hypot" returns the square root of x*x + y*y.

Copyright © 1996, Thinkage Ltd.