Python Forum
Issue about conversion - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Issue about conversion (/thread-2117.html)



Issue about conversion - akshay_jain - Feb-20-2017

Hi,
How does rounding off happens in python if i am converting from very large string to double??


RE: Issue about conversion - wavic - Feb-20-2017

https://docs.python.org/3.5/library/functions.html#round

You may want to see decimal module also