Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

10.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:

√︃ ------
  x2+y2