V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
996bujiaban
V2EX  ›  Python

求解, Python 怎么保留大数

  •  
  •   996bujiaban · 2022-11-27 17:06:11 +08:00 · 2801 次点击
    这是一个创建于 510 天前的主题,其中的信息可能已经有所发展或是发生改变。

    如题 a=12345672644298357.857212458 print(a) 1.2345672644298358e+16

    a 会自动变成科学数,失去了后面的小数点

    用 int 或者 float 也会四舍五入

    目的是要用完整的 a 来进行计算

    4 条回复    2022-11-27 20:51:02 +08:00
    BrettD
        1
    BrettD  
       2022-11-27 17:10:57 +08:00 via iPhone   ❤️ 1
    BBCCBB
        2
    BBCCBB  
       2022-11-27 17:11:30 +08:00
    decimal. java 里较 Bigdecimal
    Red998
        3
    Red998  
       2022-11-27 19:23:48 +08:00
    字符串解决一切
    hefish
        4
    hefish  
       2022-11-27 20:51:02 +08:00
    1#是正解。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2800 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 10:05 · PVG 18:05 · LAX 03:05 · JFK 06:05
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.