Ejemplo: notación científica a python decimal
float("8.99284722486562e-02")
# and now with 'rounding'
":.8f".format(float("8.99284722486562e-02"))
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)
float("8.99284722486562e-02")
# and now with 'rounding'
":.8f".format(float("8.99284722486562e-02"))