blob: 5887f27f15375784f91ce00e4632e4d9ef921061 [file] [log] [blame]
#include <math.h>
#include "headers/nearbyint.h"
double nearbyint(double x)
{
return _nearbyint(x);
}