Home
last modified time | relevance | path

Searched refs:lambda2 (Results 1 – 1 of 1) sorted by relevance

/potrace-1.14/src/
H A Dtrace.c84 double a, b, c, lambda2, l; in pointslope() local
118 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()