blob: 84508ce2a23fcdade725cedfbb39d6a45e826284 [file] [log] [blame]
#include <math.h>
#include "headers/remainderf.h"
float remainderf(float x, float y)
{
return _remainderf(x, y);
}