Answers for "python convert float to exponential notation"

2

python print float in scientific notation

v = 2.50435-e03
'%.2E' % v

# returns '2.50E-03'
Posted by: Guest on March-17-2020

Code answers related to "python convert float to exponential notation"

Python Answers by Framework

Browse Popular Code Answers by Language