When I calculate below division in python, the result returns as 1. How do I get the actual float number?
1/(1+3.0573630308660312e-30)
Out[182]: 1.0
When I calculate below division in python, the result returns as 1. How do I get the actual float number?
1/(1+3.0573630308660312e-30)
Out[182]: 1.0