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