>>>>> "Christophe" == Christophe Rhodes <[EMAIL PROTECTED]>: Christophe> Jan Rychter <[EMAIL PROTECTED]> writes: >> By the way, where does one find out about the (double-float (0d0)) >> syntax (with parentheses around 0d0)? Having reread the CMUCL manual >> chapters on compiler and optimization and having looked at the >> HyperSpec again, I cannot seem to find a description of this >> anywhere?
Christophe> In the Common Lisp standard, in the description of the Christophe> DOUBLE-FLOAT type specifier. (It might be worth adding as Christophe> a FAQ somewhere or other, too). Ah, yes, I've finally found section 12.1.6 (Interval Designators) in the CLHS. Yes, it definitely is worth adding as a FAQ. Many thanks for your help! --J.
