Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/test/
H A Dbisect.lua5 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 DREADME7 bisect.lua bisection method for solving non-linear equations
/f-stack/dpdk/doc/guides/contributing/
H A Dpatches.rst170 …Each commit should compile on its own to allow for ``git bisect`` and continuous integration testi…