blob: 8d4c2ceca6848a56890ec985fd80a3fbf4ea8617 [file] [log] [blame]
#include <math.h>
#include "headers/atanh.h"
double atanh(double x)
{
return _atanh(x);
}