go

大浮点数转换为整数

英文: Conversion of a large float to an int 问题 当我将n通过round函数转换为整数时,它会提供给我一个完全不同的数字,我想这是由于浮点精度限制导致的。有没有...