
11 Mar
2011
11 Mar
'11
12:40 a.m.
I'm submitting this in case someone easily spots a less verbose
representation of fabs( x - y )< eps than the one shown below and would
like to share it. Using lambda (or variants) only (I know I can write my
own functor class). Thanks.
#include <cmath>
#include