Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pw's avatar
    e91dc189
    From Eric Marsden: · e91dc189
    pw authored
        Problem: (format t "~f" "foo") => Error "Argument y is not a real:
        nil". CLHS says "If arg is a complex number or some non-numeric
        object, then it is printed using the format directive ~wD, thereby
        printing it in decimal radix and a minimum field width of w".
    e91dc189
    History
    From Eric Marsden:
    pw authored
        Problem: (format t "~f" "foo") => Error "Argument y is not a real:
        nil". CLHS says "If arg is a complex number or some non-numeric
        object, then it is printed using the format directive ~wD, thereby
        printing it in decimal radix and a minimum field width of w".