blob: 412198c67e682e807b8d670330b39ceb4dd55646 [file] [log] [blame]
#include <math.h>
#include "headers/acos.h"
double acos(double x)
{
return _acos(x);
}