使用np.finfo(float).eps输出float浮点数的最小正数值。具体可参考
np.finfo(float).eps
Out[25]: 2.220446049250313e-16
#关于e,其实就是10次方的意思
2.220446049250313 * 10**(-16)
Out[26]: 2.220446049250313e-16
参考来源:https://blog.csdn.net/weixin_43584807/article/details/103093874
使用np.finfo(float).eps输出float浮点数的最小正数值。具体可参考
np.finfo(float).eps
Out[25]: 2.220446049250313e-16
#关于e,其实就是10次方的意思
2.220446049250313 * 10**(-16)
Out[26]: 2.220446049250313e-16
参考来源:https://blog.csdn.net/weixin_43584807/article/details/103093874
让时间为你证明