atanh
double atanh(double);
extern double atanh(double);
using ::atanh;
return ((float)atanh((double)x));