Feb. 3, 2015
3:46 p.m.
There is Float infinity and Float negativeInfinity - two infinite classes. Can I assume your first test really wanted to be: aFloat isFinite = false ? cbc On Tue, Feb 3, 2015 at 7:38 AM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi,
that⦠I wonder if
aFloat isFinite = true
and
(aFloat == Float infinite) = false
is a possible combination
Esteban