Pagini recente » blog/osss | Diferente pentru blog/oni-by-net-2007 intre reviziile 1 si 2 | Diferente pentru blog/your-bisection-search-is-wrong intre reviziile 11 si 12 | Diferente pentru blog/deep-learning-alien-labs intre reviziile 14 si 13 | Diferente pentru blog/your-bisection-search-is-wrong intre reviziile 15 si 16
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 are used.
Nu exista diferente intre securitate.
Topicul de forum nu a fost schimbat.