blob: f9b605f580351a509ca5389dbbb8f0f1d437ae8f [file] [log] [blame]
#include <math.h>
#include "headers/atan.h"
double atan(double x)
{
return _atan(x);
}