isApproximately

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

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