blob: 86a08650e7f6c14a787542291be329668d3f1bc2 [file] [log] [blame]
#include <math.h>
#include "headers/cbrtf.h"
float cbrtf(float x)
{
return _cbrtf(x);
}