Searched refs:Simpson (Results 1 - 1 of 1) sorted by relevance
/inkscape/share/extensions/ |
H A D | bezmisc.py | 194 def Simpson(f, a, b, n_limit, tolerance): function 221 return Simpson(balf, 0.0, 1.0, 4096, tolerance) 229 curlen = Simpson(balf, 0.0, t, 4096, tolerance) 238 curlen = Simpson(balf, 0.0, t, 4096, tolerance)
|
Completed in 10 milliseconds