From: Timothy J. H. <tim...@ma...> - 2004-01-23 03:48:38
|
On Thursday, January 22, 2004, at 03:00 PM, Jonathan A Rees wrote: > (quotient 2436456447L 1048576L) This has been fixed in the latest CVS, as were related problems with modulo and remainder. Thanks for the bug report! ---Tim--- > % java -cp lib/jscheme.jar jscheme.REPL > Jscheme 6.2 1/22/2004 http://jscheme.sourceforge.net > > > (quotient 2436456447L 1048576L) > 2323L > > (modulo 2436456447L 1048576L) > 614399L > > (remainder 2436456447L 1048576L) > 614399L > > (modulo -2436456447L 1048576L ) > 434177L > > (remainder -2436456447L 1048576L ) > -614399L > > (modulo 2436456447L -1048576L ) > -434177L > > (remainder 2436456447L -1048576L ) > 614399L |