isFuzzyZero

inline fun Float.isFuzzyZero(eps: Float = FUZZY_EQ_F): Boolean
inline fun Double.isFuzzyZero(eps: Double = FUZZY_EQ_D): Boolean