eq_approx

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool eq_approx(A a, B b, E eps)
    bool
    eq_approx
    (
    A
    B
    E
    )
    (
    in A a
    ,
    in B b
    ,
    in E eps
    )
    if (
    is(typeof(-E.init))
    &&
    is(typeof((A.init[0] - B.init[0]) < eps))
    )
  2. bool eq_approx(A a, B b, E eps)

Meta