almostEqual

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

Meta