blob: 93db031b039f3bb84b59cb4b5a5a66f40c97f786 [file] [log] [blame]
#include <math.h>
#include "headers/hypot.h"
double hypot(double x, double y)
{
return _hypot(x, y);
}