blob: 36089f8f42cdf368d9a3c085cb0ba314876df6eb [file] [log] [blame]
#include <math.h>
float hypotf (float x, float y)
{ return (float) _hypot (x, y);}