(deftype ::pure-imaginary imaginary (fn [imag] (struct complex-struct 0 imag)) (fn [c] (list (:imag c))))
Comments top
No comments for imaginary. Log in to add a comment.