>>>>> "Eric" == Eric Blake <[EMAIL PROTECTED]> writes:
Eric> However, I argue that this is a faster implementation (it avoids a
Eric> native call):
Eric>
Eric> public static boolean isNaN(double v)
Eric> {
Eric> return v != v;
Eric> }
This seems reasonable to me too.
Tom
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

