Michael> Will float("NaN") work on these systems? (I don't know.) I
    Michael> guess it probably works on some system that isn't IEEE 754.

My thought was that in configure you could test if strtof("NaN") and
strtof("Inf") worked.  If not, calculate the necessary bit patterns at that
point and use conditional compilation in floatmodule.c to generate them.

Skip

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to