Lines Matching refs:term
3752 var term = x;3759 term *= xsqr / j;3760 sum -= term / (2 * j + 1);3762 term *= xsqr / j;3763 sum += term / (2 * j + 1);3765 term / sum) > MATH_TOLERANCE);