Is there a standard value for (or method for obtaining) epsilon in Python? I need to compare floating point values and want to compare against the smallest possible difference.
In C++ there's a function provided numeric_limits::epsilon( )
which gives the epsilon value for any given data type. Is there an equivalent in Python?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…