How to divide large numbers by small numbers without rounding in Python?
I’m using python 3, i want calculate: 18446744073709550592 / 65536, python get output:
How to divide large numbers by small numbers without rounding in Python?
I’m using python 3, i want calculate: 18446744073709550592 / 65536, python get output: