Image

Imagelupinehunter wrote in Imagecpp

floating point equality

I checked the stl library for something that would check floating point almost-equality instead of getting the absolute value of the difference and checking if it is smaller than numeric_limits::epsilon(), but I couldn't see any. Does anyone know of something like that in stl or boost libraries?