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



> latter is (round (/ num (expt 2 nf))).  Very nice.  Now what do you do
> to make it round towards even? :).

Please don't make the divide round towards even, this is a very strange
function to work with when doing iterative calculations since it's behaviour
changes for odd and even numbers.

	- Tel