Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

scientific notation to decimal python

float("8.99284722486562e-02")
# and now with 'rounding'
"{:.8f}".format(float("8.99284722486562e-02"))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #scientific #notation #decimal #python
ADD COMMENT
Topic
Name
5+4 =