2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-hypot.c
blob2105f3eba80bcca6a3ba6fb5cbcc983f47526471
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 hypotl (double x, double y)
7 return hypot (x, y);