Skip to content
  • Raymond Toy's avatar
    QCOMPLEX takes two required args now. · a666f392
    Raymond Toy authored
    Fixes issues like (complex 1/2 #q1), which was signaling an error.
    
    qd-class.lisp:
    o Update defgeneric for QCOMPLEX for two required args.
    
    qd-methods.lisp:
    o Update existing QCOMPLEX methods to take two args.
    o Add methods to QCOMPLEX to handle the missing cases.
    a666f392