Ben Pfaff wrote: > determine whether converting 'd' to 'long' would > yield a 'long' with the same value as 'd'.
Maybe d == (double) (long) d ? Just a wild guess. I haven't tested it. Bruno
Ben Pfaff wrote: > determine whether converting 'd' to 'long' would > yield a 'long' with the same value as 'd'.
Maybe d == (double) (long) d ? Just a wild guess. I haven't tested it. Bruno