Diferente pentru blog/your-bisection-search-is-wrong intre reviziile #21 si #22

Nu exista diferente intre titluri.

Diferente intre continut:

* Thanks Tomek for pointing out the iteration problem and possible efficient solutions.
* We’ve addressed negative numbers, numbers in (0, 1), overflow problems, absolute and relative error problems.
* (via Tomek)Instead of |(a - b) / b| < eps we can use |(a - b) / max(a, b)| < eps. Since a, b >=0 in our problem, we won’t get the nasty cases I was talking about previously, except for the c = 0 case.
* Some tests for your own code -1, 0, 1, 2, 8, 0.001, 1e30, 1e60
* In practice faster methods like Newton Rapson method are used.

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.