blob: b489c2726f244fe1b21b14f83dd3ae618a3d6f47 [file] [log] [blame]
#include <math.h>
#include "headers/fdimf.h"
float fdimf(float x, float y)
{
return _fdimf(x, y);
}