Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

whta the fuck is lambda

Name: Anonymous 2008-10-04 15:00

HUHL????

Name: Anonymous 2008-10-05 20:14

>>23
It is, provided that results from compare `make sense'. However, in this case, they don't, because we are comparing with NaN, and, as per IEEE 754 (I think):
Hugs> 1/0 > 0/0
False
Hugs> 0/0 > 1/0
False
Hugs> 0/0 == 0/0
False
Hugs> 0/0 < 0/0
False
Hugs> 0/0 > 0/0
False


PS. if(f == f) is a common way of testing for NaN.

See also http://hal.archives-ouvertes.fr/docs/00/28/14/29/PDF/floating-point-article.pdf

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List