numpy round没有产生所需的答案

时间:2018-02-11 00:44:39

标签: python numpy python-3.5

我有以下内容:

variable1
34.30338950876217

import numpy as np
np.round(variable1, decimals=2)
34.29999999999995

为什么我没有得到34.30的理想答案?

0 个答案:

没有答案