#include <math.h> #include "headers/tanf.h" float tanf(float angle) { return _tanf(angle); }