﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
871	INTEGER? gives wrong answer on funky floats	johnwcowan		"On linux-unix-gnu-x86, version 3.7.5 (rev 61f2799):

{{{
(integer? +inf.0) => #t       ; wrong!
(integer? -inf.0) => #t       ; wrong!
(integer? +nan.0) => #f       ; right!
}}}

This problem is visible either with or without the numbers egg.  There may be a relationship with closed bug #791."	defect	closed	major	4.9.0	unknown	4.7.x	fixed			
