[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Floating point add
- To: Bug-Lisp at MIT-MC
- Subject: Floating point add
- From: Jonathan Rees <Rees at YALE>
- Date: Thu, 25 Mar 82 00:35:00 GMT
- Cc: Nicolau at YALE, Ruttenberg at YALE
- Original-date: Wednesday, 24 March 1982 19:35-EST
(+$ 1.595524E+38 1.13966002E+37)
1.47634439E-39
whereas
(plus 1.595524E+38 1.13966002E+37)
;ARITHMETIC OVERFLOW
;BKPT *RSET-TRAP
Is this a bug or a feature?