gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] [bugs #6489] floor, ceiling etc zero divisor fixed in CVS


From: Mike Thomas
Subject: [Gcl-devel] [bugs #6489] floor, ceiling etc zero divisor fixed in CVS
Date: Wed, 18 Feb 2004 16:40:27 +1000

Hi all.

In unstable CVS the bug reported by Stavros M. re zero division error
interception has been fixed.  Should probably go into 2.6.2 if all is well
with everyone else.

Transcript follows.

Cheers

Mike Thomas.



>(floor 1 0)

Error in EVAL [or a callee]: Zero divisor.

Fast links are on: do (use-fast-links nil) for debugging
Broken at FLOOR.  Type :H for Help.
 1 (Continue) Return to top level.
dbl:>>:1

 1 is not break command
NIL
dbl:>>1

Top level.
>(truncate 1 0)

Error in EVAL [or a callee]: Zero divisor.

Fast links are on: do (use-fast-links nil) for debugging
Broken at TRUNCATE.  Type :H for Help.
 1 (Continue) Return to top level.
dbl:>>1

Top level.
>(ceiling 1 0)

Error in EVAL [or a callee]: Zero divisor.

Fast links are on: do (use-fast-links nil) for debugging
Broken at CEILING.  Type :H for Help.
 1 (Continue) Return to top level.
dbl:>>1

Top level.
>(round 1 0)

Error in EVAL [or a callee]: Zero divisor.

Fast links are on: do (use-fast-links nil) for debugging
Broken at ROUND.  Type :H for Help.
 1 (Continue) Return to top level.
dbl:>>1

Top level.
>(by)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]