tinqw's blog

By tinqw, 11 years ago, In Russian

Hi. I wanted to solve the problem where needs to calculate function C(n, k)/C(m, k), where n, m, k are big numbers. So, coders which solved it, used double to calculate this. Could anybody explain me why we can use double in this situation?

  • Vote: I like it
  • -8
  • Vote: I do not like it

»
11 years ago, # |
  Vote: I like it 0 Vote: I do not like it