From: Raymond T. <to...@rt...> - 2002-07-30 13:25:31
|
>>>>> "Tunc" == Tunc Simsek <si...@ee...> writes: Tunc> Ray; I just checked out matlisp, compiled it and ran the Tunc> example; all this on ACL-6.1, solaris. Tunc> I don't know if these results are correct, but Tunc> here they are. Could you also forward to Mike, I don't have Tunc> his email in my address book. These are the expected results, so ACL doesn't have the same problem as CMUCL for this. (Forwarded to the list, Mike should see this then.) Ray Tunc> Thanks, Tunc> Tunc Tunc> ----------------------------- Tunc> MATLISP-USER(4): (format t "(dot ws d): ~A~%" (m:dot *ws* d)) Tunc> (dot ws d): 5.771771422547397d0 Tunc> NIL Tunc> MATLISP-USER(5): (format t "(dot wd d): ~A~%" (m:dot *wd* d)) Tunc> (dot wd d): #c(0.0d0 -8.946814270309073d0) Tunc> NIL Tunc> MATLISP-USER(6): (format t "(/ (m:dot *wd* d) (m:dot *ws* d)): ~A~%" (/ Tunc> (m:dot *wd* d) (m:dot *ws* d))) Tunc> (/ (m:dot *wd* d) (m:dot *ws* d)): #c(0.0d0 -1.5500985079482508d0) Tunc> NIL Tunc> MATLISP-USER(7): |