Searched refs:lambda2 (Results 1 – 1 of 1) sorted by relevance
84 double a, b, c, lambda2, l; in pointslope() local118 lambda2 = (a+c+sqrt((a-c)*(a-c)+4*b*b))/2; /* larger e.value */ in pointslope()121 a -= lambda2; in pointslope()122 c -= lambda2; in pointslope()