Searched refs:root_first (Results 1 – 1 of 1) sorted by relevance
458 fInt temp, root_first, root_second; in SolveQuadracticEqn() local475 root_first = fSubtract(fNegate(B), temp); /* b - Sqrt(b^2 - 4AC) */ in SolveQuadracticEqn()478 root_first = fDivide(root_first, ConvertToFraction(2)); /* [b +- Sqrt(b^2 - 4AC)]/[2] */ in SolveQuadracticEqn()479 root_first = fDivide(root_first, A); /*[b +- Sqrt(b^2 - 4AC)]/[2*A] */ in SolveQuadracticEqn()484 *(pRoots + 0) = root_first; in SolveQuadracticEqn()