On Tue 01 Mar 2011 20:20, Mark H Weaver writes:
> Daniel Llorens writes:
>> I tried to look into SCM_VALIDATE_REAL per the comment, I didn't get
>> far.
>
> Yes, SCM_VALIDATE_REAL (defined in validate.h) requires that the tested
> value be an inexact real, i.e. floating-point. It will reject ex
Daniel Llorens writes:
> I tried to look into SCM_VALIDATE_REAL per the comment, I didn't get
> far.
Yes, SCM_VALIDATE_REAL (defined in validate.h) requires that the tested
value be an inexact real, i.e. floating-point. It will reject exact
integers or exact rationals. It really ought to be dep