EPSILON.EPSILON

Undocumented in source.
  1. enum EPSILON;
  2. enum EPSILON;
  3. enum EPSILON;
    template EPSILON(T)
    static if(!(is(T : double)))
    static if(!(is(T : real)))
    enum EPSILON = FLT_EPSILON;

Meta