Name: Anonymous 2011-03-06 19:16
A or B is
0 0 0, most of the time
0 1 1, sometimes
1 0 1, if I'm in a good mood
1 1 1, depends on how I feel
A or B is
0 0 0, most of the time
0 1 1, sometimes
1 0 1, if I'm in a good mood
1 1 1, depends on how I feel
double fuzz(double x,double y){double z=x*y;return z>1?1:z<0?0:z;}