blake <[EMAIL PROTECTED]> writes: > How do I coerce the product of a double-float and (something else) to a > single-float?
Wonder of wonders: with the COERCE function. Cheers, Christophe -- http://www-jcsu.jesus.cam.ac.uk/~csr21/ +44 1223 510 299/+44 7729 383 757 (set-pprint-dispatch 'number (lambda (s o) (declare (special b)) (format s b))) (defvar b "~&Just another Lisp hacker~%") (pprint #36rJesusCollegeCambridge)
