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?
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?