Uncertainity with doubles
Difference between en1 and en2, changed 107 character(s)
I was solving the problem [problem:198A] and did a submission [submission:https://codeforces.com/contest/198/submission/8194247910]↵
and got wrong answer on 
``case 77 ``
I saw someone's submission which was exactly same with the only difference being the handling of the log expression 
[problem:https://codeforces.com/contest/198/
[
submission/:81942702]↵

I really cant understand ↵
if I have two ``double a,b``; ↵
how is `` low(a) - log(b) `` different from `` log(a
*1.0/b) ``

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English lordsaitama 2020-05-30 10:46:18 2 Tiny change: 'w is `` low(a) - log(' -> 'w is `` log(a) - log('
en2 English lordsaitama 2020-05-30 10:34:44 107 Tiny change: 'answer on case 77 \nI saw so' -> 'answer on ``case 77 ``\nI saw so'
en1 English lordsaitama 2020-05-30 10:32:12 491 Initial revision (published)