[][src]Constant smallpt::EPSILON

pub const EPSILON: f32 = 0.00001; // 9.99999974E-6f32

A minimal floating value used as a lower bound. TODO: replace by/add ULPS/relative float comparison methods.