blob: 36089f8f42cdf368d9a3c085cb0ba314876df6eb [file] [log] [blame]
Kai Tietz518dd332007-08-10 09:54:15 +00001#include <math.h>
2
3float hypotf (float x, float y)
4 { return (float) _hypot (x, y);}