float roundf(float x)
{
return rint(x);
}