Camm Maguire <camm@enhanced.com> writes:
> Error summary:
> Error(s) found in rtest3.mac: (80)
rtest3.mac:
BETA(1/2,2/5);
BETA(1/2,2/5)$
EV(%,NUMER);
3.679092654997149;
3.6790939804058804; maxima cmucl-18d-pre
3.67909398040588082173 emacs calc:
IUC, emacs calc does arbitrary precision floating point calculations.
The result could be taken as an indication that the new value contains
16 correct digits, compared to the previous 6. I guess it is time to
update rtest3.mac...
> Error(s) found in rtest14.mac: (error break)
hyp.lisp has this commented out close to the top of the file:
;; jfa removed to avoid conflict with main definition of MABS.
;; (DEFMACRO MABS (X) `(SIMP `((MABS) ,,X)))
As I couldn't find any conflicting definition of MABS, I put the
DEFMACRO back in and got passed rtest14.mac with no errors. I'm still
puzzled because TRIG-LOG-1 has two different definitions in hyp.lisp -
why?
Ole