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