almost_equal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool almost_equal(T a, S b, float epsilon)
  2. bool almost_equal(T a, S b, float epsilon)
  3. bool almost_equal(T a, T b, float epsilon)
    @safe pure nothrow
    bool
    almost_equal
    (
    T
    )
    (
    T a
    ,
    T b
    ,
    float epsilon = 0.000001f
    )

Meta