#include <math.h>
#include "headers/ilogbf.h"

int ilogbf(float x)
{
    return _ilogbf(x);
}