3 lines
68 B
Text
3 lines
68 B
Text
(defun conj
|
|
(((match-complex real r img i))
|
|
(new r (* -1 i))))
|
(defun conj
|
|
(((match-complex real r img i))
|
|
(new r (* -1 i))))
|