gpt4 book ai didi

python - python 中 a-b ==0 和 a ==b 有什么区别

转载 作者:行者123 更新时间:2023-12-04 17:16:11 26 4
gpt4 key购买 nike

<分区>

这是代码。

import math

a = math.pow(10,100)
b = 10 ** 100
c = 10 ** 100

print(a==b) # false
print(a-b==0) # true

我知道当数字太大时 math.pow 不正确。但是如何理解下一点 a == b 与 a-b == 0 不同?

我的python版本是3.9.6 64位

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com