fancidev

Results 45 comments of fancidev

Out of curiosity, is there a procedure in SciPy developers to resolve design choices if they fail to arrive at a consensus? Like a vote or something?

Care must be taken to ensure the convergence condition is satisfied when choosing a “root” from candidates depending their its absolute function value. Let $a_n$ and $b_n$ be the bounds...

Thanks for the comments. I also once found the need for a tolerance in $f$, and realized I could code a lambda to “snap” the function value to zero if...

Does it help by tweaking the various tolerance parameters to the function? It seems the default tolerances (`1e-7` to `1e-8`) are rather “tolerant”. In general, I find it a hard...