4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-15 11:00:04 +08:00

5 lines
86 B
C

#include <math.h>
float hypotf (float x, float y)
{ return (float) _hypot (x, y);}