Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

23.3 shypot - Euclidean distance √︁ ------
  x2+ y2

#include <msca.h> 
 
double shypot (double x, double y); 
float  shypotf(float x, float y);

Given values x and y this function computes the euclidean distance:

√︃ -2--2-
  x +y