Hello! I have a question: how to find value of , if we know value of
and we shouldnt find x, because it may be very-very big? Is it impossible?
# | User | Rating |
---|---|---|
1 | tourist | 3764 |
2 | slime | 3592 |
3 | maroonrk | 3535 |
4 | Benq | 3513 |
5 | jiangly | 3509 |
6 | ecnerwala | 3508 |
7 | MiracleFaFa | 3466 |
8 | ksun48 | 3452 |
9 | Um_nik | 3426 |
10 | greenheadstrange | 3393 |
# | User | Contrib. |
---|---|---|
1 | awoo | 192 |
2 | -is-this-fft- | 191 |
3 | Monogon | 183 |
4 | YouKn0wWho | 182 |
5 | Um_nik | 181 |
6 | antontrygubO_o | 173 |
7 | maroonrk | 168 |
8 | errorgorn | 165 |
8 | SecondThread | 165 |
10 | kostka | 164 |
Hello! I have a question: how to find value of , if we know value of
and we shouldnt find x, because it may be very-very big? Is it impossible?
Name |
---|
UPD: Это разные функции, но ничего. Уверен, они дают повод для размышлений.
for very large x.
Of course, if x is very-very big, then up to precision of your data types, the difference is negligible (if
is in the order of 103,
is in the order of 10 - 400) and you can just write
.
It can be shown that error is asymptotically small enough.
Thus if x if large enough you may say that
and get the error of order not more than O(1 / x2).
Actually you could take first k elements of Taylor series and precision will be