Finding the value of machine epsilon using python

前端 未结 0 1001
予麋鹿
予麋鹿 2021-01-07 02:59

I wrote a simple code in python that gives me the same value of machine epsilon using the numpy command:np.finfo(float).eps The code is:

eps=1
while eps+1 !=          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题