blob: 8a801743213098f998ddde79568c63433a85c6b9 [file] [log] [blame]
#include <math.h>
#include "headers/atanhf.h"
float atanhf(float x)
{
return _atanhf(x);
}