Searched refs:bisect (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | bisect.lua | 5 function bisect(f,a,b,fa,fb) function 11 if fa*fc<0 then return bisect(f,a,c,fa,fc) else return bisect(f,c,b,fc,fb) end 17 local z,e=bisect(f,a,b,f(a),f(b))
|
| H A D | README | 7 bisect.lua bisection method for solving non-linear equations
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 170 …Each commit should compile on its own to allow for ``git bisect`` and continuous integration testi…
|