[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: MACRAK at MIT-MC (Stavros M. Macrakis)
- Date: Wed, 16 May 79 21:18:00 GMT
- Cc: JPG at MIT-MC
- Original-date: 16 MAY 1979 1718-EDT
1.e reads as 10.0
2.3e reads as 2.29999998E+23
in general, A.Be reads as A.BeAB . This is weird!
Also,
(2.3.4) reads as (2.3 0.4)
(2.e.3) reads as (200.0 0.3)
Shouldn't these things give errors??
(Macsyma has some of the same peculiarities in lexical analysis,
but the parser picks up the problems. e.g. 2.3.4 gives "0.4 not
an infix operator")