#include #include "headers/atan.h" double atan(double x) { return _atan(x); }