【发布时间】:2021-07-11 14:03:18
【问题描述】:
例如,我很难转换以下数字:
-1.9443404027234424e+46
-1.9443404027234425e+36
采用不带科学记数法的格式(例如 0.04256 之类的浮点数)。
【问题讨论】:
-
这能回答你的问题吗? Convert scientific notation to decimals
标签: python floating-point numbers scientific-notation