[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Testing the reference implementation

This page is part of the web mail archives of SRFI 77 from before July 7th, 2015. The new archives for SRFI 77 contain all messages, not just those from before July 7th, 2015.



Just for the record, I put the program, which simply cycles through a set of complex values and the four arithmetic operations +, -, *, /, at

http://www.math.purdue.edu/~lucier/scheme/srfi-77/complex-test.scm

and the results from Gambit at

http://www.math.purdue.edu/~lucier/scheme/srfi-77/results-gambit.gz

Perhaps someone can tell me why I'm getting results that I consider to be nonsense from the "will" implementation in scheme-48. (Of course, one way to do this is to show that my expectations are nonsense, if that is what's really happening here ...)

Brad