[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TOPS-20 MACLISP bugs



Why does
(EXPT -2.0 2) => 4.0
but
(EXPT -2.0 2.0) => 
;-2.0 NON-POS ARG - LOG

Yes, I do understand that logs are getting called to do this operation,
but can't the sign be hacked by EXPT before passing it to LOG? Tnx. -kmp