标签: python floating-point
我试图将一个浮点数乘以这样的int数:
>>> 1.2233 * 100 122.33000000000001
1.2233 * 100 = 122.33但Python中的结果是122.33000000000001。