Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • toy's avatar
    9e569d9d
    UPGRADED-COMPLEX-PART-TYPE: · 9e569d9d
    toy authored
    o CMUCL doesn't have a specialized complex type to hold rationals, so
      don't return 'RATIONAL.
    o Return 'REAL instead of T for any type real type.
    o Give an error if it's something that can't be a component of a
      complex number.
    9e569d9d
    History
    UPGRADED-COMPLEX-PART-TYPE:
    toy authored
    o CMUCL doesn't have a specialized complex type to hold rationals, so
      don't return 'RATIONAL.
    o Return 'REAL instead of T for any type real type.
    o Give an error if it's something that can't be a component of a
      complex number.