FLT_EPSILON

extern (C) @trusted nothrow @nogc
enum FLT_EPSILON = float.epsilon;

Meta