evalue_frac2floor_in_domain: allow argument of resulting floor to be negative
commitf62b618bfb8c542041d666fcc18d72d84f22ea06
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 29 May 2006 15:57:25 +0000 (29 17:57 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 2 Jun 2006 13:23:58 +0000 (2 15:23 +0200)
treedb5c188bdb3150a571b1bfc36b6d8fceef66bcef
parent2dc612c40f50ade2be92ecb99c4f82385c9fd452
evalue_frac2floor_in_domain: allow argument of resulting floor to be negative

evalue_frac2floor_in_domain tries to make the argument of the resulting
floor non-negative, since some callers depend on this property.
However, other callers do not care and will call evalue_frac2floor_in_domain
even when the argument of some fractionals can be arbitrarily negative.
Allow such cases to pass through.
evalue.c