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