Searched refs:ATAN_CONST (Results 1 – 2 of 2) sorted by relevance
44 if(expt >= ATAN_CONST) { /* if |x| is large, atan(x)~=pi/2 */ in atanl()
39 #define ATAN_CONST (BIAS + 113) /* 2**113 */ macro