blob: 78eccb4186238899e73c9597b8329ec7b1560ca1 [file] [log] [blame]
#include <math.h>
#include "headers/sqrtf.h"
float sqrtf(float in)
{
return _sqrtf(in);
}