#include #include "headers/sqrtf.h" float sqrtf(float in) { return _sqrtf(in); }