Searched refs:ATAN_LINEAR (Results 1 – 2 of 2) sorted by relevance
55 if (expt < ATAN_LINEAR) { /* if |x| is small, atanl(x)~=x */ in atanl()
40 #define ATAN_LINEAR (BIAS - 56) /* 2**-56 */ macro