This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile & r5rs



> However, all numerical fcns are supposed to produce either exact or
> inexact numbers or signal an exception.  Since +#.# is neither exact
> nor inexact, I wouldn't call this conforming.

It's inexact, as it should be.

guile> (inexact? (sqrt (expt 10 400)))
#t