close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 11 years ago

Closed 11 years ago

#80 closed defect (fixed)

(format t "~ve" 21 5d-324) generates an error

Reported by: Raymond Toy Owned by: somebody
Priority: major Milestone:
Component: Core Version: 2013-03-a
Keywords: Cc:

Description

(format t "~ve" 21 5d-324)

generates an error indexing into *powers-of-ten*. We can increase the size of *powers-of-ten* a bit, but there will always be cases where the table is too small. This can happen if 21 above is changed to a much larger number.

Change History (1)

comment:1 Changed 11 years ago by toy.raymond@…

Resolution: fixed
Status: newclosed

commit b82f05d5f2fe59b52977bbf0a2d25578caded0de Author: Raymond Toy <toy.raymond@…> Date: Sun Apr 7 11:03:06 2013 -0700

Fix ticket:80

  • Increase the size of *powers-of-ten* a bit.
  • In expt-ten, handle the case where the exponent exceeds the size of the *powers-of-ten* array.
Note: See TracTickets for help on using tickets.