Searched refs:PADE_A (Results 1 – 1 of 1) sorted by relevance
142 #define PADE_A 96.644395816F // theoretical Pade[3/2] value is 5/3*180/PI=95.49296 in fatan_15deg() macro148 return (x * (PADE_A + x2 * PADE_B) / (PADE_C + x2)); in fatan_15deg()