[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: JPG at MIT-MC (Jeffrey P. Golden)
- Date: Tue, 25 Jul 78 09:30:00 GMT
- Cc: RWK at MIT-MC, JPG at MIT-MC
- Original-date: 25 JUL 1978 0530-EDT
In a fresh MACSYMA, type control-^ to quit into LISP.
(CDR '%SIN) will show you a property of $INVERSE with value %ASIN.
Type (FASLOAD SOLVE FASL DSK MACSYM). (CDR '%SIN) shows you that
the property is now ADISPLINE, a function in SOLVE, rather than
$INVERSE. Fasloading in other files instead of SOLVE FASL clobbers
the property list of %SIN (and %COS, etc., wherever "$INVERSE" appears)
in other similar ways. $INVERSE is a purified property.