python浮点数计算问题

>>> 0.15 * 3
0.44999999999999996
>>> from decimal import Decimal >>> Decimal('0.15') * 3 Decimal('0.45')

 

posted @ 2023-01-30 15:26  LiShiChao  阅读(23)  评论(0编辑  收藏  举报