This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
How do we implement Ratio
and Complex
?
#50
Labels
You can continue the conversation there. Go to discussion →
Ratio
and Complex
?
#50
There is difficulty in implementing these as native Lisp objects, because:
Problem 1: reduction of
#C(k 0)
tok
; ork/1
tok
Problem 2: Lisp doesn't allow arbitrary field elements as components (
Complex :a
cannot use Lisp's complex numbers)How do we implement
Complex Single-Float
as specialized on(COMPLEX SINGLE-FLOAT)
, but also allowNum :a => Complex :a
to exist?The text was updated successfully, but these errors were encountered: