how to convert exponent to full number
Solar2D
General Questions/Discussion
golf.light2
February 11, 2018, 6:12am
#1
how to convert 5.7e-007 to 0.00000057
ldurniat
February 11, 2018, 12:44pm
#2
Use
string.format
( “%.8f”, 5.7e-007 )
ldurniat
February 11, 2018, 12:44pm
#3
Use
string.format
( “%.8f”, 5.7e-007 )