0
I am having problems with the type of FLOAT data in Python. I have an algorithm that generates very large numbers, but the type FLOAT does not support them. See:
35 denominadorP = fatorial(p)
36
---> 37 resultado = numerador / denominadorP
38
39 return resultado
*OverflowError: integer division result too large for a float*
I was wondering if there is any library that can help me get around this. In case I write the numbers and write them in a file .txt