Here's my code:
x = 1.0
y = 100000.0
print x/y
My quotient displays as 1.00000e-05
Is there any way to suppress scientific notation and make it display as 0.00001?
Thanks in advance.
This feels somewhat ridiculous to ask but I haven't figured out
a way to do it yet. I'm going to use the result as a string.