I have problem with division in Python.My function is 1/n,where n is large real number.So,I can assume that I will have problem with overflow.
I tried code from this site