Searched refs:cubic_solver_real (Results 1 - 1 of 1) sorted by relevance
/inkscape/share/extensions/ | ||
H A D | gcodetools.py | 1577 def cubic_solver_real(a,b,c,d): function 6252 roots = cubic_solver_real(0, 3*ax, 2*bx, cx) 6253 roots += cubic_solver_real(0, 3*ay, 2*by, cy) |
Completed in 923 milliseconds