Pagini recente » Diferente pentru blog/osss intre reviziile 2 si 6 | Monitorul de evaluare | Atasamentele paginii Salsa | Diferente pentru blog/your-bisection-search-is-wrong intre reviziile 17 si 18 | Diferente pentru blog/your-bisection-search-is-wrong intre reviziile 14 si 15
Nu exista diferente intre titluri.
Diferente intre continut:
* 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
* In practice faster methods like 'Newton Rapson method':http://en.wikipedia.org/wiki/Newton's_method are used.
* In practice faster methods like 'Newton Rapson method':"http://en.wikipedia.org/wiki/Newton's_method" are used.
Nu exista diferente intre securitate.
Topicul de forum nu a fost schimbat.