#include #include "headers/cbrtf.h" float cbrtf(float x) { return _cbrtf(x); }