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 · 2835 次点击
    这是一个创建于 529 天前的主题,其中的信息可能已经有所发展或是发生改变。

    腾讯云最新优惠活动来了:云产品限时1折,云服务器低至88元/年 ,点击这里立即抢购:9i0i.cn/qcloud,更有2860元代金券免费领取,付款直接抵现金用,点击这里立即领取:9i0i.cn/qcloudquan

    (福利推荐:你还在原价购买阿里云服务器?现在阿里云0.8折限时抢购活动来啦!4核8G企业云服务器仅2998元/3年,立即抢购>>>:9i0i.cn/aliyun

    如题 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   ·   我们的愿景   ·   实用小工具   ·   3462 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 11:40 · PVG 19:40 · LAX 04:40 · JFK 07:40
    Developed with CodeLauncher
    ? Do have faith in what you're doing.


    http://www.vxiaotou.com