Pagini recente » Diferente pentru blog/problema-saptamanii-scorpion intre reviziile 1 si 2 | Diferente pentru blog/osss intre reviziile 6 si 2 | Diferente pentru minimal-enclosing-circle intre reviziile 3 si 2 | Monitorul de evaluare | Diferente pentru blog/your-bisection-search-is-wrong intre reviziile 20 si 19
Nu exista diferente intre titluri.
Diferente intre continut:
notes:
* Thanks Tomek for pointing out the iteration problem and possible efficient solutions.
* Thanks Tomek for the feedback.
* We’ve addressed negative numbers, numbers in (0, 1), overflow problems, absolute and relative error problems.
* 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
Nu exista diferente intre securitate.
Topicul de forum nu a fost schimbat.