atanhi
const LONGDOUBLE atanhi[] = {
const LONGDOUBLE atanhi[] = {
const long double atanhi[] = {
#define pio2_hi atanhi[3]
#define pio4_hi atanhi[1]
extern const long double atanhi[], atanlo[], aT[];
const long double atanhi[] = {
#define pio2_hi atanhi[3]
#define pio4_hi atanhi[1]
extern const LONGDOUBLE atanhi[], atanlo[], aT[];
z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
static const double atanhi[] = {
if(hx>0) return atanhi[3]+atanlo[3];
else return -atanhi[3]-atanlo[3];
static const float atanhi[] = {
if(hx>0) return atanhi[3]+atanlo[3];
else return -atanhi[3]-atanlo[3];
z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
if(expsign>0) return atanhi[3]+atanlo[3];
else return -atanhi[3]-atanlo[3];
z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);