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