equalsWithDelta

Extension function to compare two double with delta.

fun Double.equalsWithDelta(other: Double, delta: Double): Boolean