isApproximately

inline fun Float.isApproximately(other: Float, epsilon: Float = 1.0E-5f): Boolean
inline fun Double.isApproximately(other: Double, epsilon: Double = 1.0E-10): Boolean

Returns a value indicating whether this value is approximately the other value given the specified epsilon tolerance.